summaryrefslogtreecommitdiff
path: root/docs/smart_scripts.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/smart_scripts.md')
-rw-r--r--docs/smart_scripts.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md
index ac62390..30ac2a8 100644
--- a/docs/smart_scripts.md
+++ b/docs/smart_scripts.md
@@ -377,7 +377,8 @@ This is the probability of the event to occur as a percentage from 0-100. So, if
| SMART_ACTION_CU_ENCOUNTER_START | 222 | | | | | | | Resets all cooldowns and removes exhausted debuffs when action is called |
| SMART_ACTION_DO_ACTION | 223 | ActionId | | | | | | Allows to call for a DoAction in code |
| SMART_ACTION_ATTACK_STOP | 224 | | | | | | | Stop melee, spell casting during combat, chasing the target and facing |
-| SMART_ACTION_SET_GUID | 225 | 0/1 (0 = Self Guid, 0 = Invoker Guid) | Index | | | | | Allows the target to perform an action similar to DO_ACTION, but allows a guid to be sent |
+| SMART_ACTION_SET_GUID | 225 | 0/1 (0 = Self Guid, 1 = Invoker Guid) | Index | | | | | Allows the target to perform an action similar to DO_ACTION, but allows a guid to be sent |
+| SMART_ACTION_DISABLE | 226 | 0/1 (0 = Disable, 1 = Enable) | | | | | | Disable the targeted creatures, setting them Invisible and Immune to All |
### Predefined SAI templates