diff --git a/src/server/scripts/Spells/spell_warrior.cpp b/src/server/scripts/Spells/spell_warrior.cpp index c87c2e05289..2ce3c72580e 100644 --- a/src/server/scripts/Spells/spell_warrior.cpp +++ b/src/server/scripts/Spells/spell_warrior.cpp @@ -443,7 +443,7 @@ public: Unit* target = GetHitUnit(); if (target->HasUnitState(UNIT_STATE_CASTING)) - GetCaster()->CastSpell(target, spellId, true); + target->CastSpell(target, spellId, true); } void Register()