From a56f5fc075c7d3508b9b409e0d08780f3b25b291 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 10 Feb 2023 09:18:26 +0100 Subject: [PATCH] fix(DB/SAI): Misc SAI updates (#14927) --- .../sql/updates/pending_db_world/rev_1675982982263104100.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1675982982263104100.sql diff --git a/data/sql/updates/pending_db_world/rev_1675982982263104100.sql b/data/sql/updates/pending_db_world/rev_1675982982263104100.sql new file mode 100644 index 000000000..9884ce2a8 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1675982982263104100.sql @@ -0,0 +1,5 @@ +-- + +UPDATE `smart_scripts` SET `target_type`=21, `target_param1`=30 WHERE `entryorguid` IN (2832700) AND `source_type`=9 AND `id` IN (0,1,2); +UPDATE `smart_scripts` SET `action_type`=69, `target_type`=8, `target_x`=5355.424805, `target_y`=4486.478027, `target_z`=-120.716667 WHERE `entryorguid` IN (2832700) AND `source_type`=9 AND `id` IN (4); +UPDATE `smart_scripts` SET `action_param4`=1 WHERE `entryorguid` IN (28327) AND `source_type`=0 AND `id` IN (1);