Core/Scripts: fix unrelenting assault procing on caster (thx gigatotem). both cast spells have target_unit_caster

This commit is contained in:
kandera
2012-04-09 10:38:08 -03:00
parent 1f1e243bfa
commit 7f377964fb

View File

@@ -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()