From 1b7b1c2cfc63c88bf25d30f336443ba4ae26dbe5 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 9 Oct 2018 02:23:57 +0200 Subject: DB/Creature: Add Godo Cloudcleaver and Rissa Shadeleaf spawn --- sql/updates/world/3.3.5/2018_10_08_12_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_10_08_12_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_10_08_12_world_335.sql b/sql/updates/world/3.3.5/2018_10_08_12_world_335.sql new file mode 100644 index 00000000000..fac21eb39cd --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_08_12_world_335.sql @@ -0,0 +1,4 @@ +UPDATE `creature` SET `id`=30590 WHERE `guid`=208355; +DELETE FROM `creature` WHERE `guid` IN (86809); +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 +(86809, 34989, 1, 1, 1, 0, 1, 9975.56, 2324.54, 1330.87, 0.191986, 300, 0, 0, 651650, 4081, 0); -- cgit v1.2.3