|
|
@@ -106,15 +106,15 @@
|
|
|
$q = $this->db->query($s);
|
|
|
$r = $q->fetchArray(SQLITE3_ASSOC);
|
|
|
$this->id = $r["id"];
|
|
|
- $this->name = $r["name"];
|
|
|
- $this->description = $r["description"];
|
|
|
+ $this->name = e($r["name"]);
|
|
|
+ $this->description = e($r["description"]);
|
|
|
$this->slot = $r["slot"];
|
|
|
$this->cooltime = $r["cooltime"];
|
|
|
$this->hits = $r["hits"];
|
|
|
$this->passive = $r["passive"];
|
|
|
$this->aoe = $r["aoe"];
|
|
|
$this->max_level = $r["max_level"];
|
|
|
- $this->multiplier_formula = $r["multiplier_formula"];
|
|
|
+ $this->multiplier_formula = e($r["multiplier_formula"]);
|
|
|
$s =
|
|
|
"SELECT " .
|
|
|
" skill, " .
|