summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/smart_scripts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md
index c9ff170..61e4533 100644
--- a/docs/smart_scripts.md
+++ b/docs/smart_scripts.md
@@ -259,7 +259,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if
| SMART_ACTION_SET_IN_COMBAT_WITH_ZONE | 38 | Range in yards for all players to be forced into combat with the creature. Only used in the open world. Leave as 0 if used in an instance. | | | | | | Sets the creature in combat with its zone, can be used in instances and open world. Useful for creatures inside instances so all players will be set in combat until the fight ends. |
| SMART_ACTION_CALL_FOR_HELP | 39 | Radius in yards that other creatures must be to acknowledge the cry for help. | 0/1 (say calls for help text) | | | | | If you want the NPC to say '%s calls for help!'. Use 1 on param1, 0 for no message. |
| SMART_ACTION_SET_SHEATH | 40 | Sheath (0-unarmed, 1-melee, 2-ranged) | | | | | | |
-| SMART_ACTION_FORCE_DESPAWN | 41 | Despawn timer "ms" | | | | | | Despawn Target after param1 in Milliseconds. |
+| SMART_ACTION_FORCE_DESPAWN | 41 | Despawn timer "ms" | Respawn Timer "s" | | | | | Despawn Target after param1 in Milliseconds. Respawn after param2 in seconds. |
| SMART_ACTION_SET_INVINCIBILITY_HP_LEVEL | 42 | flat hp value | percent hp value | | | | | If you use both params, only percent will be used. |
| SMART_ACTION_MOUNT_TO_ENTRY_OR_MODEL | 43 | creature_template.entry | creature_template.modelidx | | | | | Mount to Creature Entry (param1) OR Mount to Creature Display (param2) Or both = 0 for Unmount |
| SMART_ACTION_SET_INGAME_PHASE_MASK | 44 | creature.phaseMask | | | | | | |