Not allow to receive rewards when BG finishes prematurely - thanks to Sethoso, original author.

--HG--
branch : trunk
This commit is contained in:
raczman
2009-03-21 21:07:51 +01:00
parent 6354da1eeb
commit ca7d04ca13

View File

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