feat(Core/SmartScripts): ACTION_GO_SET_GO_STATE

This commit is contained in:
IntelligentQuantum
2022-01-04 13:14:02 +03:30
committed by GitHub
parent 9faec8ef1b
commit 8fd757a152
3 changed files with 22 additions and 1 deletions

View File

@@ -1232,6 +1232,7 @@ bool SmartAIMgr::IsEventValid(SmartScriptHolder& e)
case SMART_ACTION_JUMP_TO_POS:
case SMART_ACTION_SEND_GOSSIP_MENU:
case SMART_ACTION_GO_SET_LOOT_STATE:
case SMART_ACTION_GO_SET_GO_STATE:
case SMART_ACTION_SEND_TARGET_TO_TARGET:
case SMART_ACTION_SET_HOME_POS:
case SMART_ACTION_SET_HEALTH_REGEN: