diff options
| author | Trazom62 <none@none> | 2010-02-24 18:49:59 +0100 |
|---|---|---|
| committer | Trazom62 <none@none> | 2010-02-24 18:49:59 +0100 |
| commit | bdbafc94966cd6da8f72d88c6592b0a81211d393 (patch) | |
| tree | 269d32bd60c2c26777b34ad15fb4cf22161db315 /sql/FULL | |
| parent | 7971e3b8c1cb09e23ff118563d629e621f2df0ac (diff) | |
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
Diffstat (limited to 'sql/FULL')
| -rw-r--r-- | sql/FULL/world_scripts_full.sql | 4 |
1 files changed, 0 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'); |
