Core/Spells: Rename TARGET_UNIT_CONE_ENEMY_54 to TARGET_UNIT_CONE_180_DEG_ENEMY and add 180 degree fallback for this target type
Port From (https://github.com/TrinityCore/TrinityCore/commit/8921d07201addf661db1642e507034a24fdfa3de)
This commit is contained in:
@@ -2628,7 +2628,7 @@ namespace Framework.Constants
|
||||
GameobjectSrcArea = 51,
|
||||
GameobjectDestArea = 52,
|
||||
DestTargetEnemy = 53,
|
||||
UnitConeEnemy54 = 54,
|
||||
UnitCone180DegEnemy = 54, // Defaults to 180 if ConeDegrees is not set
|
||||
DestCasterFrontLeap = 55, // For A Leap Spell
|
||||
UnitCasterAreaRaid = 56,
|
||||
UnitRaid = 57,
|
||||
|
||||
Reference in New Issue
Block a user