diff options
| -rw-r--r-- | docs/smart_scripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index 7ee505e..49ec860 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -299,7 +299,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if | SMART_ACTION_RESET_SCRIPT_BASE_OBJECT | 77 | | | | | | | | | SMART_ACTION_CALL_SCRIPT_RESET | 78 | | | | | | | | | SMART_ACTION_SET_RANGED_MOVEMENT | 79 | attackDistance | attackAngle | | | | | Sets movement to follow at a specific range to the target. | -| SMART_ACTION_CALL_TIMED_ACTIONLIST | 80 | EntryOrGuid * 100 (entryorguid with 00 added after the entry, or 01, 02, 03 etc. for multiple action lists) | timer update type(0 OOC, 1 IC, 2 ALWAYS) | | | | | | +| SMART_ACTION_CALL_TIMED_ACTIONLIST | 80 | EntryOrGuid * 100 (entryorguid with 00 added after the entry, or 01, 02, 03 etc. for multiple action lists) | timer update type(0 OOC, 1 IC, 2 ALWAYS) | allowOverride (0 - Must finish current actionlist, 1 - Allow starting new actionlist during previous actionlist) | | | | | | SMART_ACTION_SET_NPC_FLAG | 81 | creature_template.npcflag | | | | | | | | SMART_ACTION_ADD_NPC_FLAG | 82 | creature_template.npcflag | | | | | | | | SMART_ACTION_REMOVE_NPC_FLAG | 83 | creature_template.npcflag | | | | | | | |
