From a3a91e6a8d4ebef9c471730e9abc72f69fb46bab Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Tue, 6 Dec 2022 08:57:37 -0300 Subject: [PATCH] fix(DB/SAI): Correct target type for Guardian of the Eagle SAI (#14060) * Create rev_1670179232683688400.sql * Update rev_1670179232683688400.sql * Update rev_1670179232683688400.sql --- data/sql/updates/pending_db_world/rev_1670179232683688400.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1670179232683688400.sql diff --git a/data/sql/updates/pending_db_world/rev_1670179232683688400.sql b/data/sql/updates/pending_db_world/rev_1670179232683688400.sql new file mode 100644 index 000000000..13d859136 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1670179232683688400.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=2 WHERE (`entryorguid` = 22993) AND (`source_type` = 0) AND (`id` IN (5));