diff options
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 |
