mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
DB/Creature: Corruption
This commit is contained in:
5
sql/updates/world/4.3.4/2018_07_18_00_world.sql
Normal file
5
sql/updates/world/4.3.4/2018_07_18_00_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user