diff options
Diffstat (limited to 'src/game/Player.cpp')
| -rw-r--r-- | src/game/Player.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index a3751ea2345..c5325de71ab 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -7464,6 +7464,9 @@ void Player::SendLoot(uint64 guid, LootType loot_type) default: break; } + // need know merged fishing/corpse loot type for achievements + loot->loot_type = loot_type; + WorldPacket data(SMSG_LOOT_RESPONSE, (9+50)); // we guess size data << uint64(guid); |
