DB/SAI: Replace SMART_ACTION_SEND_GO_CUSTOM_ANIM with GameObjectActions

(cherry picked from commit 8516984ffe)
This commit is contained in:
offl
2021-12-09 03:12:15 +02:00
committed by Shauren
parent ab0805d048
commit 3cfca16359
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
--
UPDATE `smart_scripts` SET `action_type` = 147, `action_param1` = 1 WHERE `action_type` = 93 AND `action_param1` = 0;
UPDATE `smart_scripts` SET `action_type` = 147, `action_param1` = 4 WHERE `action_type` = 93 AND `action_param1` = 3;