mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Merge pull request #15852 from Golrag/icc_boss_aggro
This commit is contained in:
5
sql/updates/world/2015_12_15_03_world.sql
Normal file
5
sql/updates/world/2015_12_15_03_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5732 /*entrance Lord Marrowgar*/, 5708/*Blood Prince Council*/, 5709 /*entrance Lady Deathwhisper*/);
|
||||
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
|
||||
(5732, 'at_lord_marrowgar_entrance'),
|
||||
(5708, 'at_blood_prince_council_start_intro'),
|
||||
(5709, 'at_lady_deathwhisper_entrance');
|
||||
Reference in New Issue
Block a user