From df45e38ba6589a45f8466d18e98529acca53d4f0 Mon Sep 17 00:00:00 2001 From: Tartalo Date: Mon, 22 Mar 2010 22:27:37 +0100 Subject: Gundrak: Implement Eck the Ferocious spawning Based on pivonroll's code but rewrited from scratch --HG-- branch : trunk --- sql/updates/7672_world_scriptname.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/7672_world_scriptname.sql (limited to 'sql/updates') 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; -- cgit v1.2.3