Core/SAI: Added param PointId to SMART_ACTION_MOVE_OFFSET

Port From (https://github.com/TrinityCore/TrinityCore/commit/e218f276028124682790e93688aeae567ca1eaba)
This commit is contained in:
hondacrx
2023-01-04 16:55:54 -05:00
parent 518061d4c0
commit 1d6edf58d6
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ namespace Framework.Constants
GameEventStop = 111, // GameEventId
GameEventStart = 112, // GameEventId
StartClosestWaypoint = 113, // wp1, wp2, wp3, wp4, wp5, wp6, wp7
MoveOffset = 114,
MoveOffset = 114, // PointId
RandomSound = 115, // SoundId1, SoundId2, SoundId3, SoundId4, SoundId5, onlySelf
SetCorpseDelay = 116, // timer
DisableEvade = 117, // 0/1 (1 = disabled, 0 = enabled)