This commit is contained in:
Shauren
2017-02-11 11:46:55 +01:00
parent f055039f58
commit 87513871dc
2 changed files with 1 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_victorious';
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warr_victorious','spell_warr_victory_rush');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(34428,'spell_warr_victory_rush');

View File

@@ -842,11 +842,7 @@ class spell_warr_victory_rush : public SpellScriptLoader
void HandleHeal()
{
if (!GetHitUnit())
return;
Unit* caster = GetCaster();
caster->CastSpell(caster, SPELL_WARRIOR_VICTORY_RUSH_HEAL, true);
caster->RemoveAurasDueToSpell(SPELL_WARRIOR_VICTORIOUS);
}