From 032e7a5412b04221eb305c05d61b12ea48623852 Mon Sep 17 00:00:00 2001 From: mobius <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sat, 31 Jan 2015 04:04:49 +0000 Subject: [PATCH] Increased items table loc length to 13 characters. --- trunk/dist/tools/sql/game/items.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,