From ead8e2f534a44fc98f830c8accca146a04441e1c Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 24 Feb 2019 15:59:09 +0100 Subject: DB/Script: Update arcane-containers script to despawn once clicked Closes #21094 (cherry picked from commit d2bff6dcec73603ded856c634eddc4f5e7191d65) --- .../world/master/2021_11_23_24_world_2019_02_24_00_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/master/2021_11_23_24_world_2019_02_24_00_world.sql 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); -- cgit v1.2.3