|
|
|
@ -164,8 +164,9 @@ if (!function_exists('processStatChanges')) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$stat['dauer']--;
|
|
|
|
|
echo '<br>wiederherstellbar: '.$stat['wiederherstellbar'];
|
|
|
|
|
if($stat['dauer'] < 1) {
|
|
|
|
|
if($stat['wiederherstellbar'] == 'yes') {
|
|
|
|
|
if($stat['wiederherstellbar'] == true) {
|
|
|
|
|
//echo 'resette stat '.$stat['attribut'].' um den wert '.$stat['akk_schaden'].'<br>';
|
|
|
|
|
$zAttributWert -= $stat['akk_schaden'];
|
|
|
|
|
}
|
|
|
|
|