Utf8 convert
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user