diff options
author | Killyana <morphone1@gmail.com> | 2018-10-16 23:21:15 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-15 00:46:32 +0100 |
commit | 684710265b6ef1fe2047495f22c7211aaa9ef9cc (patch) | |
tree | 2207c21da912c5935efd85ec03092b513e5f31aa | |
parent | e58e7f396beecff304d185f798680acc5806f5e0 (diff) |
DB: The Flute of the Ancients, add missing summoned npcs
(cherry picked from commit b38a62c0b76bb972cae0987c604e739d50f40305)
-rw-r--r-- | sql/updates/world/master/2021_11_14_26_world_2018_10_16_03_world_335.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_14_26_world_2018_10_16_03_world_335.sql b/sql/updates/world/master/2021_11_14_26_world_2018_10_16_03_world_335.sql new file mode 100644 index 00000000000..aa3989df4cc --- /dev/null +++ b/sql/updates/world/master/2021_11_14_26_world_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); |