after completing a missile attack the attacker and defender statistics do not update automatically but after the queues are updated. as for the attacker add this line before RecalcRanks() in raketen.php:
AdjustStats ( $origin['owner_id'], (25000*$amount), 0, 0, '-' );
However, the update of the defender who calculates the costs of the destroyed defenses would be missing
after completing a missile attack the attacker and defender statistics do not update automatically but after the queues are updated. as for the attacker add this line before RecalcRanks() in raketen.php:
AdjustStats ( $origin['owner_id'], (25000*$amount), 0, 0, '-' );
However, the update of the defender who calculates the costs of the destroyed defenses would be missing