mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/PacketIO: Fixed reading ItemInstance structure - affected buying items from vendors
Closes #19811
This commit is contained in:
@@ -185,6 +185,7 @@ ByteBuffer& operator>>(ByteBuffer& data, WorldPackets::Item::ItemInstance& itemI
|
||||
|
||||
bool hasItemBonus = data.ReadBit();
|
||||
bool hasModifications = data.ReadBit();
|
||||
data.ResetBitPos();
|
||||
|
||||
if (hasItemBonus)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user