diff options
| author | malcromtdb@gmail.com <none@none> | 2010-03-17 18:27:17 -0230 |
|---|---|---|
| committer | malcromtdb@gmail.com <none@none> | 2010-03-17 18:27:17 -0230 |
| commit | bef85de621610bef37aa5922136a1bbc05aed858 (patch) | |
| tree | 466edcce5c2e783137d510040eb1c37d80c51ed1 /sql/updates | |
| parent | ebb62fb12cd63e5f1b3bd0032502933445cda68a (diff) | |
Add script for Amberpine Woodsmen Grizzly Hills
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7598_world_scriptname.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
