From 64d2ceb14dfd219ef64871fad5b44c2b7ee8b306 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 24 Oct 2017 01:43:34 +0200 Subject: DB/Quest: Still At It Closes #20623 --- sql/updates/world/3.3.5/2017_10_23_08_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_10_23_08_world.sql diff --git a/sql/updates/world/3.3.5/2017_10_23_08_world.sql b/sql/updates/world/3.3.5/2017_10_23_08_world.sql new file mode 100644 index 00000000000..52e07d15a43 --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3