aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2021_11_23_24_world_2019_02_24_00_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_23_24_world_2019_02_24_00_world.sql b/sql/updates/world/master/2021_11_23_24_world_2019_02_24_00_world.sql
new file mode 100644
index 00000000000..7b715411d53
--- /dev/null
+++ b/sql/updates/world/master/2021_11_23_24_world_2019_02_24_00_world.sql
@@ -0,0 +1,10 @@
+--
+UPDATE `gameobject` SET `spawntimesecs`=300, `animprogress`=100 WHERE `id` IN (182196,182197,182198);
+DELETE FROM `event_scripts` WHERE `id` IN (14592, 14593, 14595);
+INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES
+(14592, 1, 10, 22890, 300000, 0, -108.252,-510.302,21.4761,2.9688),
+(14592, 0, 18, 0, 0, 0, 0,0,0,0),
+(14593, 1, 10, 22891, 300000, 0, 19.6039,-304.914,-66.1715,3.4178),
+(14593, 0, 18, 0, 0, 0, 0,0,0,0),
+(14595, 1, 10, 22892, 300000, 0, 320.304,-21.8057,22.4412,2.0042),
+(14595, 0, 18, 0, 0, 0, 0,0,0,0);