From 49118556d3b1752a139dd4c7fbaae00851dbfe40 Mon Sep 17 00:00:00 2001 From: Eric Vintimilla <1682329+blendax78@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:50:36 -0500 Subject: [PATCH] fix: Fixes hues for Bags of Sending (#1654) --- Projects/UOContent/Items/Special/Solen Items/BagOfSending.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }