This commit is contained in:
xavier 2011-08-28 02:05:32 +00:00
parent bdf14590c5
commit d465fa70e7

View file

@ -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 )