mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Gundrak: Implement Eck the Ferocious spawning
Based on pivonroll's code but rewrited from scratch --HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
1
sql/updates/7672_world_scriptname.sql
Normal file
1
sql/updates/7672_world_scriptname.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_ruins_dweller' WHERE `entry`=29920;
|
||||
Reference in New Issue
Block a user