game/_incl_data/class/magic/spell_hram100.php
2022-06-07 00:30:34 +03:00

12 lines
255 B
PHP

<?
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 åä.';
}
?>