From 8da617fca9e5b12a25593b4db52d5bf774ef1c65 Mon Sep 17 00:00:00 2001 From: _manuel_ Date: Sun, 31 Jan 2010 22:02:15 -0300 Subject: Closes issue 565. Implemented script for wormhole by make_the_king. For a full fix see TDB Forums New Fix Submissions > Core related DB content. --HG-- branch : trunk --- sql/updates/7273_world_scriptname.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/7273_world_scriptname.sql (limited to 'sql') diff --git a/sql/updates/7273_world_scriptname.sql b/sql/updates/7273_world_scriptname.sql new file mode 100644 index 00000000000..00f0c7efebc --- /dev/null +++ b/sql/updates/7273_world_scriptname.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ScriptName`='npc_wormhole' WHERE `entry`='35646'; + -- cgit v1.2.3