From 7bfe09076de8312a1484a0c6c5104d726fd8e885 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Wed, 13 Oct 2021 10:41:01 -0300 Subject: fix(smart_scripts): update definition for SMART_ACTION_SET_INST_DATA param3 (#635) --- docs/smart_scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/smart_scripts.md') 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 | -- cgit