Доработка

This commit is contained in:
2023-01-18 18:24:00 +01:00
parent dcc6a1337c
commit 46c1e38ea8
5 changed files with 15 additions and 21 deletions
+9 -4
View File
@@ -444,10 +444,15 @@ $tma = '';
WHERE
`id` = '" . (int)$u->info['id'] . "';"
)) {
TrainingManager::getInstance()
->addPoint('my_user_third_quest', function (TrainingManager $manager) {
$manager->store();
});
if((int)$u->info['ability'] === 0 && (int)$u->info['skills'] === 0) {
TrainingManager::getInstance()
->addPoint(
'my_user_third_quest',
function (TrainingManager $manager) {
$manager->store();
}
);
}
//if($_GET['energy']>0) {echo '&nbsp; &nbsp;<font color=red>Увеличение способности "<B>Энергия</B>" произведено удачно</font><br>';}
if ($_GET['str'] > 0) {