diff --git a/sql/install.sql b/sql/install.sql index b2ed39d..207624b 100644 --- a/sql/install.sql +++ b/sql/install.sql @@ -34,7 +34,7 @@ CREATE TABLE IF NOT EXISTS `player` ( `stamina` int(10) unsigned NOT NULL, `staminaLastUpdate` bigint(10) unsigned NOT NULL, `defaultDeck` int(10) unsigned NOT NULL DEFAULT '1', - `currentBattle` int(10) unsigned DEFAULT '1', + `currentBattle` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=gbk AUTO_INCREMENT=3 ;