Переезд impstats и additem..

This commit is contained in:
2023-04-16 02:54:34 +03:00
parent 3dc4cf7284
commit 2bc67ce543
127 changed files with 584 additions and 612 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ if( $u->info['twink'] != 0 ) {
//Выдаем еще и кристалл
$test_itm = mysql_fetch_array(mysql_query('SELECT `id` FROM `items_users` WHERE `item_id` = 1204 AND `uid` = "'.$u->info['id'].'" LIMIT 1'));
if( !isset($test_itm['id']) ) {
$u->addItem(1204,$u->info['id']);
\User\ItemsModel::addItem(1204,$u->info['id']);
}
}
*/