aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-06-11 05:37:59 +0700
committertobmaps <spambot42@yandex.ru>2011-06-11 05:37:59 +0700
commit73f0cb747c31cdcf9fcfa2d51c7cd04cf391116c (patch)
treef5afe4ed378798ac50631e9f475cbbcc4dc4ec3c /sql/updates
parenteec9f4ed162f3997a1e130823e05489542e16b6d (diff)
Core/Misc: Fix some typos
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_06_10_05_world_creature_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_10_05_world_creature_template.sql b/sql/updates/world/2011_06_10_05_world_creature_template.sql
new file mode 100644
index 00000000000..17103a3d961
--- /dev/null
+++ b/sql/updates/world/2011_06_10_05_world_creature_template.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `AIName` = 'ArcherAI' WHERE `AIName` = 'ArchorAI';