This commit is contained in:
2022-06-07 00:30:34 +03:00
commit 5f4b2cbf77
1784 changed files with 327645 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?
if(!defined('GAME'))
{
die();
}
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 åä.';
}
?>