@ -1571,12 +1571,8 @@ CREATE TABLE `user` (
` bann ` varchar ( 4 ) COLLATE utf8_unicode_ci NOT NULL DEFAULT ' nein ' ,
` bann ` varchar ( 4 ) COLLATE utf8_unicode_ci NOT NULL DEFAULT ' nein ' ,
` icq ` varchar ( 20 ) COLLATE utf8_unicode_ci NOT NULL DEFAULT ' ' ,
` icq ` varchar ( 20 ) COLLATE utf8_unicode_ci NOT NULL DEFAULT ' ' ,
` clan ` int ( 11 ) DEFAULT NULL ,
` clan ` int ( 11 ) DEFAULT NULL ,
` clan_geld ` int ( 50 ) NOT NULL DEFAULT ' 0 ' ,
` clan_train ` int ( 20 ) NOT NULL DEFAULT ' 0 ' ,
` item_res ` int ( 2 ) NOT NULL DEFAULT ' 0 ' ,
` item_res ` int ( 2 ) NOT NULL DEFAULT ' 0 ' ,
` scouter ` int ( 1 ) NOT NULL DEFAULT ' 0 ' ,
` char_max ` int ( 11 ) NOT NULL DEFAULT ' 2 ' ,
` char_max ` int ( 11 ) NOT NULL DEFAULT ' 2 ' ,
` ks_points ` int ( 20 ) NOT NULL DEFAULT ' 5 ' ,
` agb ` varchar ( 4 ) COLLATE utf8_unicode_ci NOT NULL DEFAULT ' nein ' ,
` agb ` varchar ( 4 ) COLLATE utf8_unicode_ci NOT NULL DEFAULT ' nein ' ,
` post ` int ( 1 ) NOT NULL DEFAULT ' 1 ' ,
` post ` int ( 1 ) NOT NULL DEFAULT ' 1 ' ,
` schnelllink ` int ( 1 ) NOT NULL DEFAULT ' 1 ' ,
` schnelllink ` int ( 1 ) NOT NULL DEFAULT ' 1 ' ,
@ -1586,8 +1582,6 @@ CREATE TABLE `user` (
` chat ` int ( 1 ) NOT NULL DEFAULT ' 1 ' ,
` chat ` int ( 1 ) NOT NULL DEFAULT ' 1 ' ,
` chat_anzahl ` char ( 2 ) COLLATE utf8_unicode_ci NOT NULL DEFAULT ' 5 ' ,
` chat_anzahl ` char ( 2 ) COLLATE utf8_unicode_ci NOT NULL DEFAULT ' 5 ' ,
` code ` int ( 11 ) NOT NULL DEFAULT ' 8 ' ,
` code ` int ( 11 ) NOT NULL DEFAULT ' 8 ' ,
` pkt ` int ( 10 ) unsigned NOT NULL DEFAULT ' 0 ' ,
` pkt_use ` int ( 10 ) unsigned NOT NULL DEFAULT ' 0 ' ,
PRIMARY KEY ( ` id ` ) ,
PRIMARY KEY ( ` id ` ) ,
UNIQUE KEY ` nickname_2 ` ( ` nickname ` ) ,
UNIQUE KEY ` nickname_2 ` ( ` nickname ` ) ,
KEY ` passwort ` ( ` passwort ` ) ,
KEY ` passwort ` ( ` passwort ` ) ,