From c1d3c2a31daa51826770b5fb57cd6fead0ae8713 Mon Sep 17 00:00:00 2001 From: _manuel_ Date: Tue, 20 Apr 2010 22:25:26 -0300 Subject: Implemented npc_locksmith script for npcs 29665,29725,29728. Code from ScriptDev2. --HG-- branch : trunk --- sql/updates/7963_world_scriptname.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/7963_world_scriptname.sql (limited to 'sql/updates') 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); -- cgit v1.2.3