diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/BattleGround.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index c9a3eb6be9e..d6558e3bb4f 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -784,6 +784,8 @@ void BattleGround::EndBattleGround(uint32 winner) else if(winner) RewardMark(plr,ITEM_LOSER_COUNT); + plr->SetHealth(plr->GetMaxHealth()); + plr->SetPower(POWER_MANA, plr->GetMaxPower(POWER_MANA)); plr->CombatStopWithPets(true); BlockMovement(plr); |