Gundrak: Implement Eck the Ferocious spawning

Based on pivonroll's code but rewrited from scratch

--HG--
branch : trunk
This commit is contained in:
Tartalo
2010-03-22 22:27:37 +01:00
parent e018c4cc7b
commit df45e38ba6
5 changed files with 61 additions and 6 deletions

View File

@@ -639,6 +639,7 @@ UPDATE `creature_template` SET `ScriptName`='boss_drakkari_elemental' WHERE `ent
UPDATE `creature_template` SET `ScriptName`='npc_living_mojo' WHERE `entry`=29830;
/* Eck the Ferocious */
UPDATE `creature_template` SET `ScriptName`='boss_eck' WHERE `entry`=29932;
UPDATE `creature_template` SET `ScriptName`='npc_ruins_dweller' WHERE `entry`=29920;
UPDATE `gameobject_template` SET `ScriptName`='go_gundrak_altar' WHERE `entry`=192518;
UPDATE `gameobject_template` SET `ScriptName`='go_gundrak_altar' WHERE `entry`=192519;

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `ScriptName`='npc_ruins_dweller' WHERE `entry`=29920;