*quest 11221 Reports from the Field (Howling Fjord) by Azazel, added missed update SQL from r5610

--HG--
branch : trunk
This commit is contained in:
maximius
2009-09-11 00:58:27 -07:00
parent fef97481f6
commit c528ae74f9
4 changed files with 73 additions and 1 deletions

View File

@@ -574,6 +574,8 @@ UPDATE `creature_template` SET `ScriptName`='npc_rinji' WHERE `entry`=7780;
/* Howling Fjord */
UPDATE `creature_template` SET `ScriptName`='npc_plaguehound_tracker' WHERE `entry`=24156;
UPDATE `creature_tempate` SET `ScriptName`='npc_razael_and_lyana',`npcflag`=`npcflag`|1 WHERE `entry` IN (23778,23998);
/* ICECROWN */
UPDATE `creature_template` SET `ScriptName`='npc_arete' WHERE `entry`=29344;

View File

@@ -0,0 +1,2 @@
UPDATE `gameobject_template` SET `ScriptName`='go_shallow_grave' WHERE `entry` IN (128308,128403);

View File

@@ -0,0 +1,2 @@
UPDATE `creature_tempate` SET `ScriptName`='npc_razael_and_lyana',`npcflag`=`npcflag`|1 WHERE `entry` IN (23778,23998);