Core/Spells: Implemented target 62 TARGET_DEST_CASTER_GROUND (the same as target 125)

Port From (https://github.com/TrinityCore/TrinityCore/commit/88cf53e54a4cda8fa8f1e3ef8b0766b5e6ac8c27)
This commit is contained in:
hondacrx
2022-02-17 09:32:03 -05:00
parent c81497bb36
commit 11e97aa548
4 changed files with 13 additions and 6 deletions
@@ -2636,7 +2636,7 @@ namespace Framework.Constants
UnitConeAlly = 59,
UnitConeEntry = 60,
UnitAreaRaidClass = 61,
Unk62 = 62,
DestCasterGround = 62,
DestAny = 63,
DestFront = 64,
DestBack = 65,
@@ -2699,7 +2699,7 @@ namespace Framework.Constants
UnitAreaThreatList = 122, // any unit on threat list
UnitAreaTapList = 123,
Unk124 = 124,
DestCasterGround = 125,
DestCasterGround2 = 125,
Unk126 = 126,
Unk127 = 127,
Unk128 = 128,