aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-07-10 18:58:52 +0200
committerShauren <shauren.trinity@gmail.com>2012-07-10 18:58:52 +0200
commit7c7915d526b050d1fbd9dcea06d689dbc936002e (patch)
tree8fd9e8a9595d331639af1d19062a561da8d540d4
parent85135512b19fa0ece751afabe84716b787e274c5 (diff)
SQL: Corrected sql file
-rw-r--r--sql/updates/world/2012_07_05_00_world_item_template_addon_434.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_07_05_00_world_item_template_addon_434.sql b/sql/updates/world/2012_07_05_00_world_item_template_addon_434.sql
index ae3f59185b4..140fc3a9940 100644
--- a/sql/updates/world/2012_07_05_00_world_item_template_addon_434.sql
+++ b/sql/updates/world/2012_07_05_00_world_item_template_addon_434.sql
@@ -1 +1 @@
-ALTER TABLE `item_template` ADD `FlagsCu` INT(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Id`;
+ALTER TABLE `item_template_addon` ADD `FlagsCu` INT(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `Id`;