diff options
-rw-r--r-- | src/game/ItemHandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/ItemHandler.cpp b/src/game/ItemHandler.cpp index d65e491ea0f..b2cdd67556f 100644 --- a/src/game/ItemHandler.cpp +++ b/src/game/ItemHandler.cpp @@ -746,7 +746,6 @@ void WorldSession::SendListInventory(uint64 vendorguid) WorldPacket data(SMSG_LIST_INVENTORY, (8+1+numitems*8*4)); data << uint64(vendorguid); - data << uint8(numitems); size_t count_pos = data.wpos(); data << uint8(count); |