diff --git a/src/scripts/Spells/spell_warrior.cpp b/src/scripts/Spells/spell_warrior.cpp index 2ea90c230..45b3ac264 100644 --- a/src/scripts/Spells/spell_warrior.cpp +++ b/src/scripts/Spells/spell_warrior.cpp @@ -592,7 +592,7 @@ class spell_warr_overpower : public SpellScriptLoader if (Player* target = GetHitPlayer()) if (target->HasUnitState(UNIT_STATE_CASTING)) - target->CastSpell(target, spellId, true); + target->CastSpell(target, spellId, true, 0, 0, GetCaster()->GetGUID()); } void Register()