Core/SAI: Added Action SMART_ACTION_DO_ACTION for calling DoAction on target AI

Port From (https://github.com/TrinityCore/TrinityCore/commit/a4eafbd3f6a4d4ea4934dca564cd6c4beae54280)
This commit is contained in:
hondacrx
2022-06-14 17:57:47 -04:00
parent f95aec30d8
commit 793fbda3cd
3 changed files with 27 additions and 0 deletions
@@ -397,6 +397,7 @@ namespace Framework.Constants
AddToStoredTargetList = 148, // varID
BecomePersonalCloneForPlayer = 149, // summonType 1-8, duration in ms
TriggerGameEvent = 150, // eventId, useSaiTargetAsGameEventSource
DoAction = 151,
End
}