Zul'Farrak: Support for quest "The Spider Gold" q2936.

--HG--
branch : trunk
This commit is contained in:
_manuel_
2010-01-04 00:08:00 -03:00
parent c4cbd1d18d
commit baf0cfa6d8
3 changed files with 25 additions and 1 deletions

View File

@@ -1379,6 +1379,7 @@ UPDATE `creature_template` SET `ScriptName`='npc_sergeant_bly' WHERE `entry`=760
UPDATE `creature_template` SET `ScriptName`='npc_weegli_blastfuse' WHERE `entry`=7607;
UPDATE `gameobject_template` SET `ScriptName`='go_shallow_grave' WHERE `entry` IN (128308,128403);
INSERT IGNORE INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES('962','at_zumrah');
UPDATE `gameobject_template` SET `ScriptName`='go_table_theka' WHERE `entry`=142715;
/* ZUL'GURUB */
UPDATE `instance_template` SET `script`='instance_zulgurub' WHERE `map`=309;

View File

@@ -0,0 +1 @@
UPDATE `gameobject_template` SET `ScriptName`='go_table_theka' WHERE `entry`=142715;