Compare commits
No commits in common. "1072d78ae7bbc18ba4f7ba3cf8bb6d1e5daa4e85" and "c56099e3b0e1c21fe2e34e29941b9ddb4970c807" have entirely different histories.
1072d78ae7
...
c56099e3b0
@ -665,7 +665,7 @@ class dSpatial implements Donnees
|
||||
),
|
||||
array(
|
||||
array('batiments', 8, 3),
|
||||
array('technologies', 8, 0)
|
||||
array('technologies', 8, 1)
|
||||
),
|
||||
array(
|
||||
array('batiments', 8, 3),
|
||||
|
@ -712,10 +712,7 @@ class Planete extends Surface
|
||||
$this->cristal = 700;
|
||||
$this->hydrogene = 0;
|
||||
|
||||
// on met le moment où la planete a été crée, comme ça, à la première actualisation, on ne remplit pas les silos
|
||||
$this->timestamp = time();
|
||||
|
||||
$this->modif = array("id_user", "nom_planete", "galaxie", "ss", "position", "image", "cases", "timestamp", "metal", "cristal", "hydrogene");
|
||||
$this->modif = array("id_user", "nom_planete", "galaxie", "ss", "position", "image", "cases");
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -18,8 +18,6 @@ class Rapport
|
||||
public $rapportA = "";
|
||||
public $rapportB = "";
|
||||
|
||||
public $table = "mail";
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
* @access protected
|
||||
|
Loading…
x
Reference in New Issue
Block a user