diff options
| author | Skjalf <47818697+Nyeriah@users.noreply.github.com> | 2021-10-13 10:41:01 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-13 15:41:01 +0200 |
| commit | 7bfe09076de8312a1484a0c6c5104d726fd8e885 (patch) | |
| tree | a9eb406e5dfe44909ee09b09373296fbcec8c728 /docs | |
| parent | 0d13ab1861734202340b66998c1f8aebac441d32 (diff) | |
| download | wiki-7bfe09076de8312a1484a0c6c5104d726fd8e885.tar.gz wiki-7bfe09076de8312a1484a0c6c5104d726fd8e885.tar.bz2 wiki-7bfe09076de8312a1484a0c6c5104d726fd8e885.zip | |
fix(smart_scripts): update definition for SMART_ACTION_SET_INST_DATA param3 (#635)
Diffstat (limited to 'docs')
| -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 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 | |
