|
|
|
@ -30,7 +30,7 @@ if($charm == 3)
|
|
|
|
|
exit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if($user['level'] >= $item_info['req_level']) {
|
|
|
|
|
if($user['level'] < $item_info['req_level']) {
|
|
|
|
|
$fehler_m = 'Euer Clan hat nicht das nötige Level';
|
|
|
|
|
displayErrorMessage(NULL,$fehler_m, displayHistoryBackLink());
|
|
|
|
|
exit;
|
|
|
|
|