diff options
| author | megamage <none@none> | 2009-08-12 08:01:06 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-12 08:01:06 -0500 |
| commit | cd78172c7d04e96bb1392cd6729d333b49518923 (patch) | |
| tree | 96bb71d80b75aa36d99e78bf28c1ad1643a0f8b5 /sql | |
| parent | 1bdc65e5ee06e13d7b898feccdcbec49ba1299f0 (diff) | |
*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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_scripts_full.sql | 3 | ||||
| -rw-r--r-- | sql/updates/4927_world_scripts_naxx.sql | 2 |
2 files changed, 5 insertions, 0 deletions
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 |
