diff options
author | Shauren <shauren.trinity@gmail.com> | 2012-07-10 18:58:52 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2012-07-10 18:58:52 +0200 |
commit | 7c7915d526b050d1fbd9dcea06d689dbc936002e (patch) | |
tree | 8fd9e8a9595d331639af1d19062a561da8d540d4 | |
parent | 85135512b19fa0ece751afabe84716b787e274c5 (diff) |
SQL: Corrected sql file
-rw-r--r-- | sql/updates/world/2012_07_05_00_world_item_template_addon_434.sql | 2 |
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`; |