diff options
-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); |