From d4680bb2b250fb4dee8bb883a7a5e72b3ace89c4 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 28 Jan 2020 22:05:10 +0100 Subject: DB/Creature: Add missing spawns to The Shattered Halls --- sql/updates/world/3.3.5/2020_01_28_03_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_01_28_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_01_28_03_world.sql b/sql/updates/world/3.3.5/2020_01_28_03_world.sql new file mode 100644 index 00000000000..df9ffb3ca47 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_28_03_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature_template` SET `unit_flags`=33555200 WHERE `entry` IN (17302); +DELETE FROM `creature` WHERE `guid` IN (119118, 119119); +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`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(119118, 17611, 540, 3714, 0, 3, 1, 0, 0, 336.7071, -84.05206, 1.992441, 3.124139, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 15595), -- 17611 (Area: 0 - Difficulty: 0) +(119119, 17302, 540, 3714, 0, 2, 1, 0, 0, 149.408, -83.94183, 2.01231, 1.117011, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 15595); -- 17302 (Area: 0 - Difficulty: 0) -- cgit v1.2.3