Utf8 convert

This commit is contained in:
2023-01-10 18:29:32 +02:00
parent 71b759232c
commit 90b9c8325e
3572 changed files with 35191 additions and 395614 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ if($e['bm_a1'] == 'ring777') {
} else{
$hpmin = '--';
}
$mas1['text'] = '{tm2} {u1} èñïîëüçîâàëà çàêëÿòèå &quot;<b>Âûòÿãèâàíèå äóøè</b>&quot; íà ïåðñîíàæà {u2}. <font color=#A00000><b>'.$hpmin.'</b></font></b> ['.ceil($hp2).'/'.$this->stats[$this->uids[$uid2]]['hpAll'].']';
$mas1['text'] = '{tm2} {u1} использовала заклятие &quot;<b>Вытягивание души</b>&quot; на персонажа {u2}. <font color=#A00000><b>'.$hpmin.'</b></font></b> ['.ceil($hp2).'/'.$this->stats[$this->uids[$uid2]]['hpAll'].']';
$this->add_log($mas1);
//
$hpmin2 = ceil($hpmin2/5);
@@ -55,7 +55,7 @@ if($e['bm_a1'] == 'ring777') {
} else{
$hpmin2 = '--';
}
$mas1['text'] = '{tm2} {u1} èñöåëèëà ñåáÿ ÷àñòüþ óðîíà îò &quot;<b>Âûòÿãèâàíèå äóøè</b>&quot;. <font color=#0066aa><b>'.$hpmin2.'</b></font></b> ['.ceil($this->stats[$this->uids[$uid1]]['hpNow']).'/'.$this->stats[$this->uids[$uid1]]['hpAll'].']';
$mas1['text'] = '{tm2} {u1} исцелила себя частью урона от &quot;<b>Вытягивание души</b>&quot;. <font color=#0066aa><b>'.$hpmin2.'</b></font></b> ['.ceil($this->stats[$this->uids[$uid1]]['hpNow']).'/'.$this->stats[$this->uids[$uid1]]['hpAll'].']';
$this->add_log($mas1);
//
}