Core/Spells Implement targets 133, 134, 135 : TARGET_UNIT_LINE_CASTER_TO_DEST_***
Port From (https://github.com/TrinityCore/TrinityCore/commit/fb6761c273d518eae6bab72fc9c2a2b6f93eec83)
This commit is contained in:
@@ -2661,9 +2661,9 @@ namespace Framework.Constants
|
||||
Unk130 = 130,
|
||||
DestSummoner = 131,
|
||||
DestTargetAlly = 132,
|
||||
Unk133 = 133,
|
||||
Unk134 = 134,
|
||||
Unk135 = 135,
|
||||
UnitLineCasterToDestAlly = 133,
|
||||
UnitLineCasterToDestEnemy = 134,
|
||||
UnitLineCasterToDest = 135,
|
||||
Unk136 = 136,
|
||||
Unk137 = 137,
|
||||
Unk138 = 138,
|
||||
@@ -2690,7 +2690,8 @@ namespace Framework.Constants
|
||||
Nearby,
|
||||
Cone,
|
||||
Area,
|
||||
Traj
|
||||
Traj,
|
||||
Line
|
||||
}
|
||||
|
||||
public enum SpellTargetReferenceTypes
|
||||
|
||||
Reference in New Issue
Block a user