aboutsummaryrefslogtreecommitdiff
path: root/src/game/BattleGround.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/BattleGround.cpp')
-rw-r--r--src/game/BattleGround.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp
index afbc5de607a..2f02aa0de8f 100644
--- a/src/game/BattleGround.cpp
+++ b/src/game/BattleGround.cpp
@@ -728,7 +728,7 @@ void BattleGround::EndBattleGround(uint32 winner)
RewardMark(plr,ITEM_WINNER_COUNT);
RewardQuest(plr);
}
- else
+ else if(winner !=0)
{
RewardMark(plr,ITEM_LOSER_COUNT);
}