From a6d6f3d785ada76e81995e0aed500a56fcb13898 Mon Sep 17 00:00:00 2001 From: radiskull Date: Sat, 22 Oct 2011 10:19:16 +0000 Subject: [PATCH] =?UTF-8?q?aufgaben=20Standardm=C3=A4=C3=9Fig=20auf=200=20?= =?UTF-8?q?gesetzt=20(Die=20Option=20wurde=20aus=20dem=20Charakterprofil?= =?UTF-8?q?=20gel=C3=B6scht)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/animegame_svn.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',