mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Fixup pr e5e8537c3e
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user