fix(Scripts/TheEye): Fix Wrath of the Astromancer's original caster (#20549)

This commit is contained in:
Andrew
2024-11-13 19:46:06 -03:00
committed by GitHub
parent 35ebe2f9c6
commit bdb6ef8937

View File

@@ -256,7 +256,7 @@ class spell_astromancer_wrath_of_the_astromancer : public AuraScript
return;
Unit* target = GetUnitOwner();
target->CastSpell(target, GetSpellInfo()->Effects[EFFECT_1].CalcValue(), false);
target->CastSpell(target, GetSpellInfo()->Effects[EFFECT_1].CalcValue(), false, nullptr, nullptr, GetCaster () ? GetCaster()->GetGUID() : ObjectGuid::Empty);
}
void Register() override