|
@@ -9,8 +9,6 @@ CREATE TABLE IF NOT EXISTS items (
|
|
|
`enchant_level` INT,
|
|
|
`loc` VARCHAR(10), -- inventory,paperdoll,npc,clan warehouse,pet,and so on
|
|
|
`loc_data` INT, -- depending on location: equiped slot,npc id,pet id,etc
|
|
|
- `price_sell` INT,
|
|
|
- `price_buy` INT,
|
|
|
`time_of_use` INT, -- time of item use, for calculate of breackages
|
|
|
`custom_type1` INT DEFAULT 0,
|
|
|
`custom_type2` INT DEFAULT 0,
|