From bef85de621610bef37aa5922136a1bbc05aed858 Mon Sep 17 00:00:00 2001 From: "malcromtdb@gmail.com" Date: Wed, 17 Mar 2010 18:27:17 -0230 Subject: Add script for Amberpine Woodsmen Grizzly Hills --HG-- branch : trunk --- sql/updates/7598_world_scriptname.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/7598_world_scriptname.sql (limited to 'sql/updates') diff --git a/sql/updates/7598_world_scriptname.sql b/sql/updates/7598_world_scriptname.sql new file mode 100644 index 00000000000..8c2d0ea32cc --- /dev/null +++ b/sql/updates/7598_world_scriptname.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ScriptName`= 'npc_tallhorn_stag' WHERE `entry`=26363; +UPDATE `creature_template` SET `ScriptName`= 'npc_amberpine_woodsman' WHERE `entry`=27293; -- cgit v1.2.3