From d465fa70e7f7a75302ab9f859b6cae9d0b63dd90 Mon Sep 17 00:00:00 2001 From: xavier Date: Sun, 28 Aug 2011 02:05:32 +0000 Subject: [PATCH] --- Scripts/Mobiles/AI/BaseAI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Mobiles/AI/BaseAI.cs b/Scripts/Mobiles/AI/BaseAI.cs index a8e3fe46f..1ebadaaea 100644 --- a/Scripts/Mobiles/AI/BaseAI.cs +++ b/Scripts/Mobiles/AI/BaseAI.cs @@ -1624,7 +1624,7 @@ namespace Server.Mobiles //(As Per OSI)No name. Normally, set by the ItemID of the Shrink Item unless we either explicitly set it with an Attribute, or, no lookup found - Hue = creature.Hue; + Hue = creature.Hue & 0x0FFF; } public TransferItem( Serial serial )