Grosse passe sur les recherches #22
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ $max_unite = count($LANG[$race]["terrestre"]["noms_sing"]);
|
|||
while ($id <= $max_unite) {
|
||||
if (!empty($LANG[$race]["terrestre"]["noms_sing"][$id])) {
|
||||
$TEMP_liste[$id] = array(
|
||||
'niveau' => $planete->terrestres[$id],
|
||||
'niveau' => ($race == $planete->race) ? $planete->terrestres[$id] : 0,
|
||||
'etat' => dTerrestre::needed($id, $planete, true, $race)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue