From 70fa43b6f7a1cdcaebbc303578895ca53b5130e1 Mon Sep 17 00:00:00 2001 From: metin2clean <161800741+metin2clean@users.noreply.github.com> Date: Sat, 4 Jan 2025 11:05:33 -0500 Subject: [PATCH] update ENABLE_IKASHOP_RENEWAL --- serverfiles/sql/player.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverfiles/sql/player.sql b/serverfiles/sql/player.sql index a54259f8d..3459b4a2f 100644 --- a/serverfiles/sql/player.sql +++ b/serverfiles/sql/player.sql @@ -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`)