mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/SAI: Reserve action ids
This commit is contained in:
@@ -606,6 +606,10 @@ enum SMART_ACTION
|
||||
SMART_ACTION_OVERRIDE_LIGHT = 138, // zoneId, overrideLightID, transitionMilliseconds
|
||||
SMART_ACTION_OVERRIDE_WEATHER = 139, // zoneId, weatherId, intensity
|
||||
SMART_ACTION_CREATE_CONVERSATION = 143, // conversation_template.id
|
||||
SMART_ACTION_SET_IMMUNE_PC = 144, // 0/1
|
||||
SMART_ACTION_SET_IMMUNE_NPC = 145, // 0/1
|
||||
SMART_ACTION_SET_UNINTERACTIBLE = 146, // 0/1
|
||||
SMART_ACTION_ACTIVATE_GAMEOBJECT = 147, // GameObjectActions
|
||||
SMART_ACTION_ADD_TO_STORED_TARGET_LIST = 148, // varID
|
||||
SMART_ACTION_END = 149
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user