diff options
author | Killyana <morphone1@gmail.com> | 2017-10-24 01:43:34 +0200 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-01-13 22:04:52 +0100 |
commit | d337581f7b8374ff2297c562434bbb8409a21f30 (patch) | |
tree | a8728978f5494ce8173d9c359ce48d20cbe63fc5 | |
parent | b902e739d43d1d53819ad636e0900c39ba86d907 (diff) |
DB/Quest: Still At It
Closes #20623
(cherry picked from commit 64d2ceb14dfd219ef64871fad5b44c2b7ee8b306)
-rw-r--r-- | sql/updates/world/master/2021_01_09_11_world_2017_10_23_08_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_09_11_world_2017_10_23_08_world.sql b/sql/updates/world/master/2021_01_09_11_world_2017_10_23_08_world.sql new file mode 100644 index 00000000000..52e07d15a43 --- /dev/null +++ b/sql/updates/world/master/2021_01_09_11_world_2017_10_23_08_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `smart_scripts` SET `event_param3`=0, `event_param4`=0 WHERE `entryorguid`=2856601 AND `source_type`=9 AND `id`=2; +UPDATE `smart_scripts` SET `event_flags`=0, `event_param3`=8010, `event_param4`=8010 WHERE `entryorguid`=28566 AND `source_type`=0 AND `id`=6; +UPDATE `smart_scripts` SET `event_flags`=0, `event_param3`=8000, `event_param4`=8000 WHERE `entryorguid`=28566 AND `source_type`=0 AND `id`=5; +UPDATE `smart_scripts` SET `event_flags`=0, `event_param3`=2000, `event_param4`=2000 WHERE `entryorguid`=28566 AND `source_type`=0 AND `id`=4; +UPDATE `smart_scripts` SET `action_param1`=1 WHERE `entryorguid` IN (28566) AND `source_type`=0 AND `id`=5; |