From 218ebae123e9b8b312eeecf4f69838f823e089a9 Mon Sep 17 00:00:00 2001 From: offl Date: Sun, 27 Jun 2021 18:11:53 +0300 Subject: DB/SAI: Fix bad targets for some texts (cherry picked from commit 189f8137f5231e96732b8516604042003888c312) --- sql/updates/world/master/2022_03_11_14_world_2021_06_27_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_03_11_14_world_2021_06_27_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_11_14_world_2021_06_27_01_world.sql b/sql/updates/world/master/2022_03_11_14_world_2021_06_27_01_world.sql new file mode 100644 index 00000000000..34a5bfeee8e --- /dev/null +++ b/sql/updates/world/master/2022_03_11_14_world_2021_06_27_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type` = 23 WHERE `entryorguid` = 2378900 AND `source_type` = 9 AND `id` IN (1,2); -- cgit v1.2.3