aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
author_manuel_ <manue.l@live.com.ar>2010-04-20 22:25:26 -0300
committer_manuel_ <manue.l@live.com.ar>2010-04-20 22:25:26 -0300
commitc1d3c2a31daa51826770b5fb57cd6fead0ae8713 (patch)
treee869098871f01a523da9523ff0d0ae03d0ae28cb /sql/updates
parent232dc7b6f77316c9e2f39066e30a56eb2c9ea17a (diff)
Implemented npc_locksmith script for npcs 29665,29725,29728. Code from ScriptDev2.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7963_world_scriptname.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/7963_world_scriptname.sql b/sql/updates/7963_world_scriptname.sql
new file mode 100644
index 00000000000..8a6136c256f
--- /dev/null
+++ b/sql/updates/7963_world_scriptname.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='npc_locksmith' WHERE `entry` IN (29665,29725,29728);