diff options
| author | Tartalo <none@none> | 2010-03-22 22:27:37 +0100 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-03-22 22:27:37 +0100 |
| commit | df45e38ba6589a45f8466d18e98529acca53d4f0 (patch) | |
| tree | 4d85f646e6ba28dcfb84e4ccdd20b1a45ce8e0c5 /sql | |
| parent | e018c4cc7baa60ce50fdbc43de2fb5b112b1d07c (diff) | |
Gundrak: Implement Eck the Ferocious spawning
Based on pivonroll's code but rewrited from scratch
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_scripts_full.sql | 1 | ||||
| -rw-r--r-- | sql/updates/7672_world_scriptname.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index 8e586d3ffe8..315505a6a33 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -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; diff --git a/sql/updates/7672_world_scriptname.sql b/sql/updates/7672_world_scriptname.sql new file mode 100644 index 00000000000..b9451e75629 --- /dev/null +++ b/sql/updates/7672_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_ruins_dweller' WHERE `entry`=29920; |
