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 )