diff options
author | Killyana <morphone1@gmail.com> | 2018-10-16 23:21:15 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-10-16 23:21:15 +0200 |
commit | b38a62c0b76bb972cae0987c604e739d50f40305 (patch) | |
tree | 781f06c5b0057a5d3149dbc6c27f4f58ed0de785 | |
parent | fdaab3de2d2953af55be4c9ee3e41822cae03481 (diff) |
DB: The Flute of the Ancients, add missing summoned npcs
-rw-r--r-- | sql/updates/world/3.3.5/2018_10_16_03_world_335.sql | 8 |
1 files changed, 8 insertions, 0 deletions
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); |