diff options
author | Killyana <morphone1@gmail.com> | 2020-05-27 23:22:29 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 19:17:05 +0100 |
commit | e9af58d2753b58ae2b52f8ed5e821ca11d65dc83 (patch) | |
tree | bff1cbf2d55c833036f51696f0b080b410ecb91b /sql | |
parent | 95a1189baaec9dfef055feed61c988b9a478acf4 (diff) |
DB/Quest: Fix some targets for the quest When the Cows Come Home
(cherry picked from commit f88570641303614468dc4dc2110183b82dd6ec57)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_01_06_29_world_2020_05_27_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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; |