mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[8927] added missing continue for last commit
This commit is contained in:
parent
1de6692e04
commit
23f603268d
2 changed files with 4 additions and 1 deletions
|
|
@ -748,7 +748,10 @@ void BattleGround::EndBattleGround(uint32 winner)
|
|||
}
|
||||
Player *plr = sObjectMgr.GetPlayer(itr->first);
|
||||
if (!plr)
|
||||
{
|
||||
sLog.outError("BattleGround:EndBattleGround Player (GUID: %u) not found!", GUID_LOPART(itr->first));
|
||||
continue;
|
||||
}
|
||||
|
||||
// should remove spirit of redemption
|
||||
if (plr->HasAuraType(SPELL_AURA_SPIRIT_OF_REDEMPTION))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue