mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Update SmartScriptMgr.h
This commit is contained in:
@@ -583,8 +583,9 @@ enum SMART_ACTION
|
||||
SMART_ACTION_TRIGGER_RANDOM_TIMED_EVENT = 125, // id min range, id max range
|
||||
SMART_ACTION_REMOVE_ALL_GAMEOBJECTS = 126,
|
||||
SMART_ACTION_STOP_MOTION = 127, // stopMoving, movementExpired
|
||||
SMART_ACTION_PLAY_ANIMKIT = 128, // don't use on 3.3.5a
|
||||
|
||||
SMART_ACTION_END = 128
|
||||
SMART_ACTION_END = 129
|
||||
};
|
||||
|
||||
struct SmartAction
|
||||
|
||||
Reference in New Issue
Block a user