From 5aa67a4b49b6cfdcb45203c72a5671b163216313 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 3 Aug 2018 11:42:25 -0300 Subject: This will revert the need of santime - the brute force way. --- sql-files/main.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sql-files/main.sql') diff --git a/sql-files/main.sql b/sql-files/main.sql index d1c6364c6..2d4de5237 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -795,9 +795,9 @@ CREATE TABLE IF NOT EXISTS `quest` ( `quest_id` INT(10) UNSIGNED NOT NULL, `state` ENUM('0','1','2') NOT NULL DEFAULT '0', `time` INT(11) UNSIGNED NOT NULL DEFAULT '0', - `count1` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0', - `count2` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0', - `count3` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0', + `count1` INT(11) UNSIGNED NOT NULL DEFAULT '0', + `count2` INT(11) UNSIGNED NOT NULL DEFAULT '0', + `count3` INT(11) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`char_id`,`quest_id`) ) ENGINE=MyISAM; -- cgit v1.2.3-70-g09d2