Core/SAI: Add SMART_ACTION_BECOME_PERSONAL_CLONE_FOR_PLAYER

Port From (https://github.com/TrinityCore/TrinityCore/commit/f383c0ea214cc4da2d02b81e26297d77ff59c7ed)
This commit is contained in:
hondacrx
2022-02-27 14:29:40 -05:00
parent a36cc8ba2e
commit 6df3ca3a3b
5 changed files with 65 additions and 6 deletions
@@ -397,6 +397,7 @@ namespace Framework.Constants
SetUninteractible = 146, // 0/1
ActivateGameobject = 147, // GameObjectActions
AddToStoredTargetList = 148, // varID
BecomePersonalCloneForPlayer = 149, // summonType 1-8, duration in ms
End
}