From b38a62c0b76bb972cae0987c604e739d50f40305 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 16 Oct 2018 23:21:15 +0200 Subject: DB: The Flute of the Ancients, add missing summoned npcs --- sql/updates/world/3.3.5/2018_10_16_03_world_335.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_10_16_03_world_335.sql diff --git a/sql/updates/world/3.3.5/2018_10_16_03_world_335.sql b/sql/updates/world/3.3.5/2018_10_16_03_world_335.sql new file mode 100644 index 00000000000..aa3989df4cc --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_16_03_world_335.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `event_scripts` WHERE `id`=3839; +INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES +(3839, 0, 10, 9598, 3000000, 0, 5998.7, -1208, 377.75, 0.36), +(3839, 0, 10, 9601, 60000, 0, 6005.9335, -1227.838, 376.5276, 0.003933), +(3839, 0, 10, 9601, 60000, 0, 5977.6259, -1219.830, 378.8426, 0.263113), +(3839, 0, 10, 9601, 60000, 0, 5973.6347, -1203.046, 379.7651, 0.494808), +(3839, 0, 10, 9601, 60000, 0, 5996.5893, -1178.378, 377.9678, 0.395058); -- cgit v1.2.3