aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-04-14 23:53:02 +0200
committerKillyana <morphone1@gmail.com>2019-04-14 23:53:02 +0200
commit858dfa12332adc9a01a86e173fef8c95262ffee6 (patch)
treec34fd99ff757db7c5dba55685041828534bc2ac9 /sql
parentdeea9f653aaaa88f917c318962889e409c35b6be (diff)
DB/Creature: Garden Gas
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2019_04_14_04_world.sql11
1 files changed, 11 insertions, 0 deletions
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);