mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 14:17:28 +01:00
Zul'Farrak: Support for quest "The Spider Gold" q2936.
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
1
sql/updates/6890_world_scriptnames.sql
Normal file
1
sql/updates/6890_world_scriptnames.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `gameobject_template` SET `ScriptName`='go_table_theka' WHERE `entry`=142715;
|
||||
Reference in New Issue
Block a user