From 3cfca163598b604ac8afe76efa6a3062c8fc087d Mon Sep 17 00:00:00 2001 From: offl Date: Thu, 9 Dec 2021 03:12:15 +0200 Subject: DB/SAI: Replace SMART_ACTION_SEND_GO_CUSTOM_ANIM with GameObjectActions (cherry picked from commit 8516984ffe1a0241b5cfc47f2d0124291503aec1) --- sql/updates/world/master/2022_03_23_09_world_2021_12_09_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2022_03_23_09_world_2021_12_09_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_23_09_world_2021_12_09_04_world.sql b/sql/updates/world/master/2022_03_23_09_world_2021_12_09_04_world.sql new file mode 100644 index 00000000000..608b3724073 --- /dev/null +++ b/sql/updates/world/master/2022_03_23_09_world_2021_12_09_04_world.sql @@ -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; -- cgit v1.2.3