diff options
author | Killyana <morphone1@gmail.com> | 2018-07-18 18:50:42 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-07-18 18:50:42 +0200 |
commit | 94f8531ecee18a34f281ba1cca34d54a8c4e389e (patch) | |
tree | caa8763424f179cadcd2f22469236ef44408c49c | |
parent | 24ca826b693cb07eb48d65a564534394cc079c06 (diff) |
DB/Creature: Corruption
-rw-r--r-- | sql/updates/world/master/2018_07_18_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_07_18_00_world.sql b/sql/updates/world/master/2018_07_18_00_world.sql new file mode 100644 index 00000000000..7ef4b6c7fad --- /dev/null +++ b/sql/updates/world/master/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); |