aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
author_manuel_ <none@none>2010-01-31 22:02:15 -0300
committer_manuel_ <none@none>2010-01-31 22:02:15 -0300
commit8da617fca9e5b12a25593b4db52d5bf774ef1c65 (patch)
tree359666591f5e860caa906ad229b44a3ccb30e2d8 /sql
parent0b198b085d043057701840b5095747bdc15f3738 (diff)
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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/7273_world_scriptname.sql2
1 files changed, 2 insertions, 0 deletions
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';
+