mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Not allow to receive rewards when BG finishes prematurely - thanks to Sethoso, original author.
--HG-- branch : trunk
This commit is contained in:
@@ -561,7 +561,7 @@ void BattleGround::EndBattleGround(uint32 winner)
|
||||
UpdatePlayerScore(plr, SCORE_BONUS_HONOR, 20);
|
||||
RewardQuest(plr);
|
||||
}
|
||||
else
|
||||
else if(winner !=0)
|
||||
{
|
||||
RewardMark(plr,ITEM_LOSER_COUNT);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user