From e9af58d2753b58ae2b52f8ed5e821ca11d65dc83 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 27 May 2020 23:22:29 +0200 Subject: DB/Quest: Fix some targets for the quest When the Cows Come Home (cherry picked from commit f88570641303614468dc4dc2110183b82dd6ec57) --- sql/updates/world/master/2022_01_06_29_world_2020_05_27_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2022_01_06_29_world_2020_05_27_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_01_06_29_world_2020_05_27_02_world.sql b/sql/updates/world/master/2022_01_06_29_world_2020_05_27_02_world.sql new file mode 100644 index 00000000000..5b064bf1bf9 --- /dev/null +++ b/sql/updates/world/master/2022_01_06_29_world_2020_05_27_02_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `target_type` = 16 WHERE `entryorguid` = 2041500 AND `source_type` = 9 AND `id` = 0; +UPDATE `smart_scripts` SET `target_type` = 12, `target_param1` = 1 WHERE `entryorguid` = 2041503 AND `source_type` = 9 AND `id` = 0; +UPDATE `smart_scripts` SET `target_type` = 12, `target_param1` = 1 WHERE `entryorguid` = 20415 AND `source_type` = 0 AND `id` = 4; -- cgit v1.2.3