diff options
author | Tartalo <none@none> | 2010-02-17 16:00:18 +0100 |
---|---|---|
committer | Tartalo <none@none> | 2010-02-17 16:00:18 +0100 |
commit | 205a024d013553afe988b04b419722fac5ab1665 (patch) | |
tree | 54b7c699ae2245ac170e41b3d74d85911df6f9f9 | |
parent | 08c6dae672257b5ccc9cca48b04dbec2e344fbf8 (diff) |
Fix typo
--HG--
branch : trunk
-rw-r--r-- | sql/updates/7373_world_creature_template.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/7373_world_creature_template.sql b/sql/updates/7373_world_creature_template.sql index e7bd039ddd5..86904783abe 100644 --- a/sql/updates/7373_world_creature_template.sql +++ b/sql/updates/7373_world_creature_template.sql @@ -1,2 +1,2 @@ -UPDATE `creatyre_template` SET `scriptname`='npc_trapped_mammoth_calf' WHERE `entry`=25850; +UPDATE `creature_template` SET `scriptname`='npc_trapped_mammoth_calf' WHERE `entry`=25850; |