Core/Spells: Refactor CastSpellExtraArgs

Port From (https://github.com/TrinityCore/TrinityCore/commit/975e7cc0723d3136822f6190de8742eef17a2539)
This commit is contained in:
Hondacrx
2024-11-10 13:48:39 -05:00
parent ac27d322b1
commit d9f90b014b
3 changed files with 82 additions and 27 deletions
+12 -6
View File
@@ -401,15 +401,21 @@ namespace Framework.Constants
BasePoint29,
BasePoint30,
BasePoint31,
End,
RadiusMod,
MaxTargets,
BasePointEnd,
MaxTargets = BasePointEnd,
AuraStack,
CritChance,
DurationPct,
Duration,
ParentSpellTargetCount,
ParentSpellTargetIndex
ParentSpellTargetIndex,
IntEnd,
}
public enum SpellValueModFloat
{
RadiusMod = SpellValueMod.IntEnd,
CritChance,
DurationPct,
}
public enum CombatRating