Init.
This commit is contained in:
@@ -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 åä.';
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user