diff options
Diffstat (limited to 'src/game/BattleGround.cpp')
| -rw-r--r-- | src/game/BattleGround.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index e11728b32d3..3eb699472d8 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -319,6 +319,7 @@ void BattleGround::Update(uint32 diff) if (!plr) continue; plr->ResurrectPlayer(1.0f); + plr->CastSpell(plr, 6962, true); plr->CastSpell(plr, SPELL_SPIRIT_HEAL_MANA, true); ObjectAccessor::Instance().ConvertCorpseForPlayer(*itr); } |
