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
@@ -5,10 +5,10 @@ if(!defined('GAME'))
}
if( $u->info['clan'] == 0 ) {
$u->error = 'Âû íå ñîñòîèòå â êëàíå!';
$u->error = 'Вы не состоите в клане!';
}elseif( $itm['id'] > 0 ) {
$u->deleteItem($itm['id']);
mysql_query("UPDATE `clan` SET `exp`=`exp`+'50000' WHERE `id` = '".mysql_real_escape_string($u->info['clan'])."' LIMIT 1");
$u->error = 'Âû óâåëè÷èëè êëàíîâûé îïûò +50000';
$u->error = 'Вы увеличили клановый опыт +50000';
}
?>