From c46d6ae54644d34cbef209dc1d055d2bdc6f2000 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 6 Jan 2018 21:12:34 +0100 Subject: DB/Quest: Defeat the Gearmaster By Kilyana closes #16569 --- sql/updates/world/master/2018_01_06_06_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2018_01_06_06_world.sql (limited to 'sql') 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); -- cgit v1.2.3