Core/SAI: added new action type SMART_ACTION_ADD_TO_STORED_TARGET_LIST

Port From (https://github.com/TrinityCore/TrinityCore/commit/bc4e285c2104993f9eb8c0dc03e0eba800df1a88)
This commit is contained in:
hondacrx
2022-01-07 13:40:09 -05:00
parent e0340e7c07
commit 49f32780dc
3 changed files with 38 additions and 4 deletions
+8 -3
View File
@@ -392,10 +392,15 @@ namespace Framework.Constants
PlayCinematic = 135, // entry, cinematic
SetMovementSpeed = 136, // movementType, speedInteger, speedFraction
PlaySpellVisualKit = 137, // spellVisualKitId, kitType (unknown values, copypaste from packet dumps), duration
OverrideLight = 138, // zoneId, lightId, fadeInTime
OverrideWeather = 139, // zoneId, weatherId, weatherGrade
OverrideLight = 138, // zoneId, overrideLightID, transitionMilliseconds
OverrideWeather = 139, // zoneId, weatherId, intensity
CreateConversation = 143, // conversation_template.id
End = 144
SetImmunePC = 144, // 0/1
SetImmuneNPC = 145, // 0/1
SetUninteractible = 146, // 0/1
ActivateGameobject = 147, // GameObjectActions
AddToStoredTargetList = 148, // varID
End
}
public enum SmartTargets