[11454] Use ObjectGuid in class Loot

This commit is contained in:
VladimirMangos 2011-05-09 19:09:45 +04:00
parent 706c97c943
commit b647835469
5 changed files with 66 additions and 62 deletions

View file

@ -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 )