*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:
megamage
2009-08-12 08:01:06 -05:00
parent 1bdc65e5ee
commit cd78172c7d
4 changed files with 25 additions and 0 deletions

View File

@@ -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');

View File

@@ -0,0 +1,2 @@
DELETE FROM areatrigger_scripts WHERE entry = 4156;
INSERT INTO areatrigger_scripts VALUES (4156, 'at_naxxramas_frostwyrm_wing');