Core/Spells: Added custom spell cast arg
Port From (https://github.com/TrinityCore/TrinityCore/commit/1c52c31274db5ba1b796eacb6ddd87309cc02333)
This commit is contained in:
@@ -2428,6 +2428,8 @@ namespace Game.Entities
|
||||
}
|
||||
}
|
||||
|
||||
spell.m_customArg = args.CustomArg;
|
||||
|
||||
return spell.Prepare(targets.Targets, args.TriggeringAura);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user