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
+4 -4
View File
@@ -9,17 +9,17 @@ if( $itm['magic_inci'] == 'enternizin' ) {
$pvr = array();
//Äåéñòâèå ïðè êëèêå
//Действие при клике
if( $u->info['room'] == 447) {
$u->error = '<font color=red><b>Âû è òàê â ýòîé êîìíàòå, íåò ñìûñëà èñïîëüçîâàòü ñâèòîê.</b></font> ';
$u->error = '<font color=red><b>Вы и так в этой комнате, нет смысла использовать свиток.</b></font> ';
}else{
mysql_query('UPDATE `users` SET `room` = 447 WHERE `users`.`id` = "'.$u->info['id'].'" LIMIT 1;');
mysql_query('DELETE FROM `items_users` WHERE `id` = '.$itm['id'].' LIMIT 1');
$u->error = '<font color=red><b>Ñâèòîê óäà÷íî èñïîëüçîâàí</b></font> ';
$u->error = '<font color=red><b>Свиток удачно использован</b></font> ';
}
//Îòíèìàåì òàêòèêè
//Отнимаем тактики
//$this->mintr($pl);
unset($pvr);