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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user