diff options
| author | maximius <none@none> | 2009-12-18 13:41:30 -0800 |
|---|---|---|
| committer | maximius <none@none> | 2009-12-18 13:41:30 -0800 |
| commit | dc1207139ac3a6bccd918ddb5d291df98ac1cf33 (patch) | |
| tree | fc13f86b6c09f449ccc319c3d321f1e87dafa8d6 /src/game/BattleGround.cpp | |
| parent | 89464472a97fcba60e4ad7682a44f8106cc64ecd (diff) | |
*Cleanup, proper indentation, and remove some wrong/irrelevant comments copied from custom patches..
--HG--
branch : trunk
Diffstat (limited to 'src/game/BattleGround.cpp')
| -rw-r--r-- | src/game/BattleGround.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index bdbcfc63bac..de9c0f6125d 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -784,7 +784,6 @@ 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); |
