From 21795a5ae5a30455b623c5da563b29155bd2850b Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 18 Jul 2018 18:53:21 +0200 Subject: [PATCH] DB/Creature: Corruption --- sql/updates/world/4.3.4/2018_07_18_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/4.3.4/2018_07_18_00_world.sql diff --git a/sql/updates/world/4.3.4/2018_07_18_00_world.sql b/sql/updates/world/4.3.4/2018_07_18_00_world.sql new file mode 100644 index 00000000000..7ef4b6c7fad --- /dev/null +++ b/sql/updates/world/4.3.4/2018_07_18_00_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `InhabitType`=12 WHERE `entry` =43999; +DELETE FROM `creature` WHERE `guid`=252295; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`) VALUES +(252295, 43999, 671, 0, 0, 15, 169, 0, 0, 0, -1161.88, -798.63, 835.117, 0, 7200, 0, 0, 154980);