Core/PacketIO: Fixed reading ItemInstance structure - affected buying items from vendors

Closes #19811
This commit is contained in:
Aokromes
2017-05-28 14:32:18 +02:00
committed by GitHub
parent 0c9e33896f
commit d427fed13b

View File

@@ -185,6 +185,7 @@ ByteBuffer& operator>>(ByteBuffer& data, WorldPackets::Item::ItemInstance& itemI
bool hasItemBonus = data.ReadBit();
bool hasModifications = data.ReadBit();
data.ResetBitPos();
if (hasItemBonus)
{