diff --git a/Source/Game/Spells/Spell.cs b/Source/Game/Spells/Spell.cs index a7c9f4213..9ee111ed7 100644 --- a/Source/Game/Spells/Spell.cs +++ b/Source/Game/Spells/Spell.cs @@ -9241,6 +9241,12 @@ namespace Game.Spells Targets.SetDst(dest); } + public CastSpellTargetArg(SpellDestination dest) + { + Targets = new(); + Targets.SetDst(dest); + } + public CastSpellTargetArg(SpellCastTargets targets) { Targets = new();