aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-01-28 22:05:10 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-21 00:04:29 +0100
commit40b744a229a6bea6709814ed186711ddb7abb0ab (patch)
tree4b654fd1fd31f73308bff49d99150cc4832c7933
parentf606e8a62c9e1f4d746a02431866e96dd96ddfb8 (diff)
DB/Creature: Add missing spawns to The Shattered Halls
(cherry picked from commit d4680bb2b250fb4dee8bb883a7a5e72b3ace89c4)
-rw-r--r--sql/updates/world/master/2021_12_20_40_world_2020_01_28_03_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_20_40_world_2020_01_28_03_world.sql b/sql/updates/world/master/2021_12_20_40_world_2020_01_28_03_world.sql
new file mode 100644
index 00000000000..596e5d685bb
--- /dev/null
+++ b/sql/updates/world/master/2021_12_20_40_world_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`, `spawnDifficulties`, `phaseId`, `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, '1,2', 0, 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', 0, 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)