From 4aa4aed780902a33cd187c4949959f9d5ed41c44 Mon Sep 17 00:00:00 2001 From: Rushor Date: Thu, 26 Jan 2017 16:53:06 +0100 Subject: DB/Creature: Iron Sentinel Closes #18974 (cherrypicked from d5ab68250c8e883a622f437579f428c9d29ef45c) --- .../world/master/2019_07_11_16_world_2017_01_26_12_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/master/2019_07_11_16_world_2017_01_26_12_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2019_07_11_16_world_2017_01_26_12_world.sql b/sql/updates/world/master/2019_07_11_16_world_2017_01_26_12_world.sql new file mode 100644 index 00000000000..011fb31da98 --- /dev/null +++ b/sql/updates/world/master/2019_07_11_16_world_2017_01_26_12_world.sql @@ -0,0 +1,9 @@ +-- [NPC][WotlK] Iron Sentinel , missing spawn +SET @GUID := 74019; +DELETE FROM `creature` WHERE `guid`=@GUID; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(@GUID, 29984, 571, 67, 4446, '0', 0, 27092, 0, 8474.9, -1601.15, 1037.59, 0.126558, 300, 0, 0, 50400, 0, 0, 0, 0, 0, 0); + +DELETE FROM `creature_addon` WHERE `guid` = @GUID; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(@GUID, 0, 0, 0, 1, 333, ""); -- cgit v1.2.3