diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2018-01-06 21:12:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-06 21:12:34 +0100 |
commit | c46d6ae54644d34cbef209dc1d055d2bdc6f2000 (patch) | |
tree | 8a5cf8888510c76643361dd1d078ce1f442ac57e | |
parent | 5f1e65599b9d801410e80b2d6e7074ff3c67a7f1 (diff) |
DB/Quest: Defeat the Gearmaster
By Kilyana closes #16569
-rw-r--r-- | sql/updates/world/master/2018_01_06_06_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_01_06_06_world.sql b/sql/updates/world/master/2018_01_06_06_world.sql new file mode 100644 index 00000000000..ebe06d36c60 --- /dev/null +++ b/sql/updates/world/master/2018_01_06_06_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `event_scripts` WHERE `id`=17209 AND `command`=8; +INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES +(17209, 1, 8, 27995, 1, 0, 0, 0, 0, 0); |