diff options
| author | Killyana <morphone1@gmail.com> | 2020-05-27 23:22:29 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-05-27 23:22:29 +0200 |
| commit | f88570641303614468dc4dc2110183b82dd6ec57 (patch) | |
| tree | 940d3f4f3c6dfdcaee7335cef97225f31cf7cef9 | |
| parent | 12679fdd080e48c684c6a557754e4ed53c7cd068 (diff) | |
DB/Quest: Fix some targets for the quest When the Cows Come Home
| -rw-r--r-- | sql/updates/world/3.3.5/2020_05_27_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_27_02_world.sql b/sql/updates/world/3.3.5/2020_05_27_02_world.sql new file mode 100644 index 00000000000..5b064bf1bf9 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
