From a9c28a63a640938737e8e76b39de9b5638790dba Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Thu, 17 Dec 2009 06:55:45 +0100 Subject: Set max health and mana at the end BG --HG-- branch : trunk --- src/game/BattleGround.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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); -- cgit v1.2.3