From 858dfa12332adc9a01a86e173fef8c95262ffee6 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 14 Apr 2019 23:53:02 +0200 Subject: DB/Creature: Garden Gas --- sql/updates/world/3.3.5/2019_04_14_04_world.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_04_14_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_04_14_04_world.sql b/sql/updates/world/3.3.5/2019_04_14_04_world.sql new file mode 100644 index 00000000000..a1751bc96f2 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_04_14_04_world.sql @@ -0,0 +1,11 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry`=17231; +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(17231, "36151"); +DELETE FROM `creature` WHERE `guid` IN (62799, 62800, 62801, 62802, 62803); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`,`spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(62799, 17231, 533, 3, 1, 0, 0, 2787.71, -3534.53, 250.242, 0.59341, 7200, 0, 0, 300, 0, 0), +(62800, 17231, 533, 3, 1, 0, 0, 2789.92, -3525.28, 250.242, 5.63741, 7200, 0, 0, 300, 0, 0), +(62801, 17231, 533, 3, 1, 0, 0, 2794.29, -3536.64, 250.242, 1.41372, 7200, 0, 0, 300, 0, 0), +(62802, 17231, 533, 3, 1, 0, 0, 2798.66, -3525.69, 250.242, 3.82227, 7200, 0, 0, 300, 0, 0), +(62803, 17231, 533, 3, 1, 0, 0, 2801.12, -3535.08, 250.242, 2.26893, 7200, 0, 0, 300, 0, 0); -- cgit v1.2.3