fix(Core/SAI): Remove duplicated GO_STATE (#15530)

* fix(Core/SmartScripts): Remove duplicated GO_STATE

* comment in/out some stuff
This commit is contained in:
avarishd
2023-03-23 13:05:28 +02:00
committed by GitHub
parent ad7435492f
commit 2bdf5467b4
4 changed files with 10 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
-- (AC ONLY) SMART_ACTION_SET_GO_STATE -> SMART_ACTION_GO_SET_GO_STATE
UPDATE `smart_scripts` SET `action_type` = 118 WHERE `action_type` = 202;