fix(Core): Crashfix. (#15337)
This commit is contained in:
parent
5890f8f7bb
commit
784c5e9416
1 changed files with 4 additions and 1 deletions
|
|
@ -409,7 +409,10 @@ 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());
|
||||
if (!lguid.IsItem())
|
||||
{
|
||||
loot->RemoveLooter(player->GetGUID());
|
||||
}
|
||||
}
|
||||
|
||||
void WorldSession::HandleLootMasterGiveOpcode(WorldPacket& recvData)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue