From 66eca647a25bd1299cf824b3d2187abea86082a4 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Fri, 24 Mar 2023 13:20:06 +0200 Subject: Remove obsolete AC only smart_action_set_go_state (202) (#884) https://github.com/azerothcore/azerothcore-wotlk/pull/15530 --- docs/smart_scripts.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index a975de8..1140f7d 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -349,7 +349,6 @@ This is the probability of the event to occur as a percentage from 0-100. So, if | SMART_ACTION_SET_HEALTH_PCT | 142 | percent | | | | | | | | SMART_ACTION_REMOVE_ALL_GAMEOBJECTS | 126 | | | | | | | | | SMART_ACTION_MOVE_TO_POS_TARGET | 201 | pointId | | | | | | | -| SMART_ACTION_SET_GO_STATE | 202 | state | | | | | | | | SMART_ACTION_EXIT_VEHICLE | 203 | | | | | | | | | SMART_ACTION_SET_UNIT_MOVEMENT_FLAGS | 204 | flags | | | | | | | | SMART_ACTION_SET_COMBAT_DISTANCE | 205 | combatDistance | | | | | | | -- cgit