This commit is contained in:
2022-06-07 00:30:34 +03:00
commit 5f4b2cbf77
1784 changed files with 327645 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?
if(!defined('GAME'))
{
die();
}
if( $itm['magic_inci'] == 'dispell' ) {
//mysql_query('UPDATE `items_users` SET `iznosNOW` = `iznosNOW` + 1 WHERE `id` = '.$itm['id'].' LIMIT 1');
$u->error = 'Ñâèòîê èñïîëüçîâàí! (â áîþ)';
}
?>