Core/Spells: Refactor CastSpellExtraArgs
Port From (https://github.com/TrinityCore/TrinityCore/commit/975e7cc0723d3136822f6190de8742eef17a2539)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user