diff --git a/trunk/dist/tools/sql/game/items.sql b/trunk/dist/tools/sql/game/items.sql index 42f773a9a4..f94a528c77 100644 --- a/trunk/dist/tools/sql/game/items.sql +++ b/trunk/dist/tools/sql/game/items.sql @@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS `items` ( `item_id` INT, `count` BIGINT UNSIGNED NOT NULL DEFAULT 0, `enchant_level` INT, - `loc` VARCHAR(10), -- inventory,paperdoll,npc,clan warehouse,pet,and so on + `loc` VARCHAR(13), -- inventory,paperdoll,npc,clan warehouse,pet,and so on `loc_data` INT, -- depending on location: equiped slot,npc id,pet id,etc `time_of_use` INT, -- time of item use, for calculate of breackages `custom_type1` INT DEFAULT 0,