From bdbafc94966cd6da8f72d88c6592b0a81211d393 Mon Sep 17 00:00:00 2001 From: Trazom62 Date: Wed, 24 Feb 2010 18:49:59 +0100 Subject: Remove naxxramas areatrigger check to get to frostwyrm wing (no longer needed in 3.3.2). Fixes issue #874. Thanks Gyullo for original patch. Still need db support for the teleport back from frostwyrm wing. --HG-- branch : trunk --- sql/FULL/world_scripts_full.sql | 4 ---- sql/updates/7423_world_areatrigger_scripts.sql | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 sql/updates/7423_world_areatrigger_scripts.sql (limited to 'sql') 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; -- cgit v1.2.3