diff options
Diffstat (limited to 'sql-files')
-rw-r--r-- | sql-files/main.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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', |