Core/Spells: Added custom spell cast arg

Port From (https://github.com/TrinityCore/TrinityCore/commit/1c52c31274db5ba1b796eacb6ddd87309cc02333)
This commit is contained in:
hondacrx
2022-12-28 15:36:59 -05:00
parent 3fcafdfa80
commit c7a63abd39
2 changed files with 10 additions and 0 deletions
@@ -2428,6 +2428,8 @@ namespace Game.Entities
}
}
spell.m_customArg = args.CustomArg;
return spell.Prepare(targets.Targets, args.TriggeringAura);
}