* Add support for quest 1393 (Galen's Escape), original code by przemratajczak, port by McBitter, closes issue 3463

* Fix typo in AuctionHouseHandler, thanks GriffonHeart, fixes issue 3609
* Forgotten thanks

--HG--
branch : trunk
This commit is contained in:
Shocker
2010-08-25 21:23:28 +03:00
parent e8a7a53bfa
commit 91ebad0016
10 changed files with 230 additions and 2 deletions

View File

@@ -1273,6 +1273,7 @@ UPDATE `gameobject_template` SET `ScriptName`='kalecgos_teleporter' WHERE `entry
UPDATE `creature_template` SET `ScriptName`='npc_blackhole' WHERE `entry`=25855;
/* SWAMP OF SORROWS */
UPDATE `creature_template` SET `ScriptName`='npc_galen_goodward' WHERE `entry`=5391;
/* TANARIS */
UPDATE `creature_template` SET `ScriptName`='mob_aquementas' WHERE `entry`=9453;