Core/SAI: Implemented new action SMART_ACTION_TRIGGER_GAME_EVENT

Port From (https://github.com/TrinityCore/TrinityCore/commit/9d0187dd5669d73bcb94ffe76b4fc3975a5455cc)
This commit is contained in:
hondacrx
2022-05-31 20:46:07 -04:00
parent e1b85a66e9
commit deadb86e31
3 changed files with 28 additions and 0 deletions
@@ -396,6 +396,7 @@ namespace Framework.Constants
ActivateGameobject = 147, // GameObjectActions
AddToStoredTargetList = 148, // varID
BecomePersonalCloneForPlayer = 149, // summonType 1-8, duration in ms
TriggerGameEvent = 150, // eventId, useSaiTargetAsGameEventSource
End
}