aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/FULL/world_scripts_full.sql4
-rw-r--r--sql/updates/7423_world_areatrigger_scripts.sql2
2 files changed, 2 insertions, 4 deletions
diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql
index 3d3299f8609..dd9ae863af0 100644
--- a/sql/FULL/world_scripts_full.sql
+++ b/sql/FULL/world_scripts_full.sql
@@ -1450,10 +1450,6 @@ UPDATE `creature_template` SET `ScriptName`='mob_ohgan' WHERE `entry`=14988;
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');
-
DELETE FROM areatrigger_scripts WHERE `entry`=3066;
INSERT INTO areatrigger_scripts VALUES
(3066,'at_ravenholdt');
diff --git a/sql/updates/7423_world_areatrigger_scripts.sql b/sql/updates/7423_world_areatrigger_scripts.sql
new file mode 100644
index 00000000000..8f63ca6a8d9
--- /dev/null
+++ b/sql/updates/7423_world_areatrigger_scripts.sql
@@ -0,0 +1,2 @@
+-- delete naxxramas areatrigger to get to frostwyrm wing (no longer needed in 3.3.2)
+DELETE FROM areatrigger_scripts WHERE `entry`=4156;