mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/MawOfSouls: Readd Thal'kiel spawn and set trigger flags for Thal'kiel and Xal'atath
This commit is contained in:
7
sql/updates/world/master/2024_05_21_01_world.sql
Normal file
7
sql/updates/world/master/2024_05_21_01_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
SET @CGUID := 650469;
|
||||
|
||||
DELETE FROM `creature` WHERE `guid`=@CGUID+65;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curHealthPct`, `MovementType`, `npcflag`, `unit_flags`, `VerifiedBuild`) VALUES
|
||||
(@CGUID+65, 111833, 1492, 7812, 7811, '1,2,8,23', 0, 0, 0, 0, 2933.046875, 848.609375, 515.24334716796875, 0, 7200, 0, 0, 100, 0, NULL, NULL, 45745); -- Thal'kiel (Area: -Unknown- - Difficulty: 23)
|
||||
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x80 WHERE `entry` IN(111833, 111221);
|
||||
Reference in New Issue
Block a user