aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTartalo <none@none>2010-03-22 22:27:37 +0100
committerTartalo <none@none>2010-03-22 22:27:37 +0100
commitdf45e38ba6589a45f8466d18e98529acca53d4f0 (patch)
tree4d85f646e6ba28dcfb84e4ccdd20b1a45ce8e0c5 /sql
parente018c4cc7baa60ce50fdbc43de2fb5b112b1d07c (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.sql1
-rw-r--r--sql/updates/7672_world_scriptname.sql1
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;