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:
hondacrx
2022-02-17 09:26:49 -05:00
parent 393cd1e6d0
commit c81497bb36
3 changed files with 14 additions and 3 deletions
@@ -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,