diff options
| author | Killyana <morphone1@gmail.com> | 2017-10-24 01:43:34 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-10-24 01:43:34 +0200 |
| commit | 64d2ceb14dfd219ef64871fad5b44c2b7ee8b306 (patch) | |
| tree | c88e78ae94a879b5b1a07c3e64782152fc0407b1 | |
| parent | 235a8cd9c4f7ac5d03569ea9cd9594a5f956f9e1 (diff) | |
DB/Quest: Still At It
Closes #20623
| -rw-r--r-- | sql/updates/world/3.3.5/2017_10_23_08_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
