diff options
| author | Gyx <2359980687@qq.com> | 2012-01-12 17:11:25 +0000 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-01-12 17:12:01 +0000 |
| commit | bb35989a7e6f1532c1147a07408aabde8ce5a077 (patch) | |
| tree | 6fbcdcb232ac19470c5c208a992a8e0a554b1081 /src/server/game/Loot/LootMgr.cpp | |
| parent | 629694cbadad171534304004dab4439553369c17 (diff) | |
Core/Loot: "Fix" SMSG_LOOT_RESPONSE
Closes #4768
Diffstat (limited to 'src/server/game/Loot/LootMgr.cpp')
| -rwxr-xr-x | src/server/game/Loot/LootMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Loot/LootMgr.cpp b/src/server/game/Loot/LootMgr.cpp index 0d649ddc56d..a0ede8c7eef 100755 --- a/src/server/game/Loot/LootMgr.cpp +++ b/src/server/game/Loot/LootMgr.cpp @@ -816,6 +816,7 @@ ByteBuffer& operator<<(ByteBuffer& b, LootView const& lv) size_t count_pos = b.wpos(); // pos of item count byte b << uint8(0); // item count placeholder + b << uint8(0); // 4.x unknown switch (lv.permission) { |
