summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 25c9706..c9ff170 100644
--- a/docs/smart_scripts.md
+++ b/docs/smart_scripts.md
@@ -252,7 +252,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if
| SMART_ACTION_RANDOM_PHASE_RANGE | 31 | event_phase_mask minimum | event_phase_mask maximum | | | | | |
| SMART_ACTION_RESET_GOBJECT | 32 | | | | | | | Reset Gameobject |
| SMART_ACTION_CALL_KILLEDMONSTER | 33 | creature_template.entry | | | | | | This is the ID from quest_template.RequiredNpcOrGo |
-| SMART_ACTION_SET_INST_DATA | 34 | Field | Data | | | | | Set Instance Data |
+| SMART_ACTION_SET_INST_DATA | 34 | Field | Data | | Type (0 = SetData, 1 = SetBossState) | | | Set Instance Data |
| SMART_ACTION_SET_INST_DATA64 | 35 | Field | | | | | | Set Instance Data uint64 |
| SMART_ACTION_UPDATE_TEMPLATE | 36 | creature_template.entry | Update Level | | | | | Updates creature_template to given entry |
| SMART_ACTION_DIE | 37 | | | | | | | Kill Target |