aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-12-09 03:12:15 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-24 00:08:45 +0100
commit3cfca163598b604ac8afe76efa6a3062c8fc087d (patch)
tree62d7d9ae24f6fd3749767da02e247d7b2cebc78b /sql/updates
parentab0805d048d4b369d54d8f154c0d8eee2721cae4 (diff)
DB/SAI: Replace SMART_ACTION_SEND_GO_CUSTOM_ANIM with GameObjectActions
(cherry picked from commit 8516984ffe1a0241b5cfc47f2d0124291503aec1)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2022_03_23_09_world_2021_12_09_04_world.sql3
1 files changed, 3 insertions, 0 deletions
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;