DB/Script: Update arcane-containers script to despawn once clicked

Closes #21094

(cherry picked from commit d2bff6dcec)
This commit is contained in:
Killyana
2019-02-24 15:59:09 +01:00
committed by Shauren
parent b8396f682c
commit ead8e2f534

View File

@@ -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);