From cd78172c7d04e96bb1392cd6729d333b49518923 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 12 Aug 2009 08:01:06 -0500 Subject: *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 --- sql/FULL/world_scripts_full.sql | 3 +++ sql/updates/4927_world_scripts_naxx.sql | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 sql/updates/4927_world_scripts_naxx.sql (limited to 'sql') diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index 8db3c149db8..463d7a506b0 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -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'); diff --git a/sql/updates/4927_world_scripts_naxx.sql b/sql/updates/4927_world_scripts_naxx.sql new file mode 100644 index 00000000000..cfb9e68b7f1 --- /dev/null +++ b/sql/updates/4927_world_scripts_naxx.sql @@ -0,0 +1,2 @@ +DELETE FROM areatrigger_scripts WHERE entry = 4156; +INSERT INTO areatrigger_scripts VALUES (4156, 'at_naxxramas_frostwyrm_wing'); \ No newline at end of file -- cgit v1.2.3