Misc cleanups

This commit is contained in:
hondacrx
2018-01-05 12:11:18 -05:00
parent 24c91cee05
commit 387568b863
4 changed files with 3 additions and 9 deletions
@@ -1172,6 +1172,7 @@ namespace Game.Network.Packets
{
public void Write(WorldPacket data)
{
Item = new ItemInstance();
Item.Write(data);
data.WriteInt32(Quantity);
}