From f62b99a52494318b75d72c963fc45907838bd294 Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 7 Jun 2019 13:43:01 +0200 Subject: DB/Creature: Hexxer Corpse --- sql/updates/world/3.3.5/2019_06_07_00_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_06_07_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_06_07_00_world.sql b/sql/updates/world/3.3.5/2019_06_07_00_world.sql new file mode 100644 index 00000000000..a2f51f4ae18 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_07_00_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `id` IN (23716) AND `guid` IN (111034); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(111034, 23716, 530, 0, 0, 1, 1, 0, 1, 6782.92, -7642.17, 127.904, 2.775070, 600, 0, 0, 0, 0, 0); +UPDATE `creature` SET `id`=23716 WHERE `id`=23705 AND `guid`= 111033; + +DELETE FROM `creature_template_addon` WHERE `entry`=23716; +INSERT INTO `creature_template_addon` (`entry`, `bytes2`, `auras`) VALUES (23716,1,"29266"); -- cgit v1.2.3