aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-06-07 13:43:01 +0200
committerKillyana <morphone1@gmail.com>2019-06-07 13:43:01 +0200
commitf62b99a52494318b75d72c963fc45907838bd294 (patch)
treef9129a8d74a32211d36a59785fb7c871b0ee886b
parent136964769db509d1a2238f863d57e61651d97fae (diff)
DB/Creature: Hexxer Corpse
-rw-r--r--sql/updates/world/3.3.5/2019_06_07_00_world.sql8
1 files changed, 8 insertions, 0 deletions
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");