diff --git a/Projects/UOContent/Items/Special/Solen Items/BagOfSending.cs b/Projects/UOContent/Items/Special/Solen Items/BagOfSending.cs index 7d643650f..c8dcbc616 100644 --- a/Projects/UOContent/Items/Special/Solen Items/BagOfSending.cs +++ b/Projects/UOContent/Items/Special/Solen Items/BagOfSending.cs @@ -30,7 +30,7 @@ public partial class BagOfSending : Item, TranslocationItem { Weight = 2.0; - _bagOfSendingHue = hue; + BagOfSendingHue = hue; _charges = Utility.RandomMinMax(3, 9); }