mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
*Do not allow to enter frostwyrm wing before killing all previous bosses. If you do not like it, simply do not apply the sql.
--HG-- branch : trunk
This commit is contained in:
@@ -1187,3 +1187,6 @@ INSERT INTO `creature_ai_scripts` VALUES
|
||||
/* EOF */
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_skywing' WHERE entry=22424;
|
||||
|
||||
DELETE FROM areatrigger_scripts WHERE entry = 4156;
|
||||
INSERT INTO areatrigger_scripts VALUES (4156, 'at_naxxramas_frostwyrm_wing');
|
||||
|
||||
2
sql/updates/4927_world_scripts_naxx.sql
Normal file
2
sql/updates/4927_world_scripts_naxx.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DELETE FROM areatrigger_scripts WHERE entry = 4156;
|
||||
INSERT INTO areatrigger_scripts VALUES (4156, 'at_naxxramas_frostwyrm_wing');
|
||||
Reference in New Issue
Block a user