From 7c7915d526b050d1fbd9dcea06d689dbc936002e Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 10 Jul 2012 18:58:52 +0200 Subject: SQL: Corrected sql file --- sql/updates/world/2012_07_05_00_world_item_template_addon_434.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') 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`; -- cgit v1.2.3