diff --git a/db/animegame_svn.sql b/db/animegame_svn.sql index a9c20fd..0444e0e 100644 --- a/db/animegame_svn.sql +++ b/db/animegame_svn.sql @@ -283,7 +283,7 @@ CREATE TABLE `chars` ( `ausdauer` double(5,1) NOT NULL DEFAULT '10.0', `glueck` double(5,1) NOT NULL DEFAULT '10.0', `rustung` varchar(4) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'nein', - `aufgeben` int(3) NOT NULL DEFAULT '10', + `aufgeben` int(3) NOT NULL DEFAULT '0', `liga_punkte` int(55) NOT NULL DEFAULT '0', `fusion` varchar(4) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'nein', `fusion_rasse` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',