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
@@ -7,6 +7,6 @@ if(!defined('GAME'))
if( $itm['id'] > 0 ) {
$u->deleteItem($itm['id']);
mysql_query('update `rep` set `rep1` = `rep1` + 100 WHERE `id` = "'.$u->info['id'].'" LIMIT 1');
$u->error = 'Âû ïîâûñèëè ðåïóòàöèþ Õðàìà Çíàíèé íà +100 åä.';
$u->error = 'Вы повысили репутацию Храма Знаний на +100 ед.';
}
?>