diff options
-rw-r--r-- | sql/updates/world/2015_05_02_00_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_02_00_world.sql b/sql/updates/world/2015_05_02_00_world.sql new file mode 100644 index 00000000000..58ce723fd6f --- /dev/null +++ b/sql/updates/world/2015_05_02_00_world.sql @@ -0,0 +1,10 @@ +SET @GUID := 16937; -- 1 creature guid Set by TC +DELETE FROM `creature` WHERE `id`=16123; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`curhealth`) VALUES +(@GUID, 16123, 0, 1, 1, -14457.221680, 448.084534, 20.406971, 6.115618, 600, 0); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (16123, 16033, 16016); +INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`, `emote`, `auras`) VALUES +(16123,0,0,0,"27614 17327 44816"), +(16033,0,0,0,"27614 17327"), +(16016,0,0,0,"27614 17327"); |