mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11454] Use ObjectGuid in class Loot
This commit is contained in:
parent
706c97c943
commit
b647835469
5 changed files with 66 additions and 62 deletions
|
|
@ -495,7 +495,7 @@ void WorldSession::DoLootRelease(ObjectGuid lguid)
|
|||
}
|
||||
|
||||
//Player is not looking at loot list, he doesn't need to see updates on the loot list
|
||||
loot->RemoveLooter(player->GetGUID());
|
||||
loot->RemoveLooter(player->GetObjectGuid());
|
||||
}
|
||||
|
||||
void WorldSession::HandleLootMasterGiveOpcode( WorldPacket & recv_data )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue