From 550f1b84033d76325eb9ac9139f092704795e3d2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 28 Jul 2021 21:22:50 -0300 Subject: Bugfixes. The annoying kind. --- sql-files/main.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql-files') diff --git a/sql-files/main.sql b/sql-files/main.sql index b2a7d7e4..cd715ed1 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -388,7 +388,7 @@ CREATE TABLE IF NOT EXISTS `guild` ( `master` VARCHAR(24) NOT NULL DEFAULT '', `guild_lv` TINYINT UNSIGNED NOT NULL DEFAULT '0', `connect_member` TINYINT UNSIGNED NOT NULL DEFAULT '0', - `max_member` TINYINT UNSIGNED NOT NULL DEFAULT '0', + `max_member` SMALLINT UNSIGNED NOT NULL DEFAULT '0', `average_lv` SMALLINT UNSIGNED NOT NULL DEFAULT '1', `exp` BIGINT UNSIGNED NOT NULL DEFAULT '0', `next_exp` INT UNSIGNED NOT NULL DEFAULT '0', -- cgit v1.2.3-60-g2f50