mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Scripts/ScarletMonestary: reworked Mograine and Whitemane's encounter
This commit is contained in:
13
sql/updates/world/4.3.4/2020_10_29_01_world.sql
Normal file
13
sql/updates/world/4.3.4/2020_10_29_01_world.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
UPDATE `creature_template` SET `ScriptName`= 'npc_scarlet_commander_mograine' WHERE `entry`= 3976;
|
||||
UPDATE `creature_template_addon` SET `auras`= '' WHERE `entry`= 3976;
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName`= 'npc_high_inquisitor_whitemane', `minlevel`= 40, `maxlevel`= 40 WHERE `entry`= 3977;
|
||||
|
||||
DELETE FROM `spawn_group_template` WHERE `groupId`= 451;
|
||||
INSERT INTO `spawn_group_template` (`groupId`, `groupName`, `groupFlags`) VALUES
|
||||
(451, 'The Scarlet Monastery - Mograine and Whitemane', 4);
|
||||
|
||||
DELETE FROM `spawn_group` WHERE `groupId`= 451;
|
||||
INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES
|
||||
(451, 0, 39946),
|
||||
(451, 0, 40029);
|
||||
Reference in New Issue
Block a user