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
+1 -1
View File
@@ -4,5 +4,5 @@ $u->info['hpNow'] = $u->stats['hpAll'];
$u->info['mpNow'] = $u->stats['mpAll'];
mysql_query('UPDATE `stats` set `hpNow` = "'.$u->info['hpNow'].'",`mpNow` = "'.$u->info['mpNow'].'" WHERE `id` = "'.$u->info['id'].'" LIMIT 1');
mysql_query('UPDATE `items_users` SET `iznosNOW` = `iznosNOW` + 1 WHERE `id` = '.$itm['id'].' LIMIT 1');
$u->error = 'Âû óñïåøíî âîññòàíîâèëè '.$u->info['hpNow'].' ÕÏ / '.$u->info['mpNow'].' MP';
$u->error = 'Вы успешно восстановили '.$u->info['hpNow'].' ХП / '.$u->info['mpNow'].' MP';
?>