mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Scripts: fix unrelenting assault procing on caster (thx gigatotem). both cast spells have target_unit_caster
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user