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:
hondacrx
2021-08-15 09:05:23 -04:00
parent 66280abe58
commit c3367b7508
7 changed files with 1654 additions and 1544 deletions
@@ -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