update ENABLE_IKASHOP_RENEWAL

This commit is contained in:
metin2clean 2025-01-04 11:05:33 -05:00
parent e913c900c5
commit 70fa43b6f7

View File

@ -139,7 +139,7 @@ CREATE TABLE `item` (
`attrvalue5` smallint(6) NOT NULL DEFAULT 0,
`attrtype6` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
`attrvalue6` smallint(6) NOT NULL DEFAULT 0,
`ikashop_data` varchar(250) NOT NULL DEFAULT '',
`ikashop_data` TEXT(250),
PRIMARY KEY (`id`),
KEY `owner_id_idx` (`owner_id`),
KEY `item_vnum_index` (`vnum`)