Рефакторинг, отказ от $u->testAction('',2) для разрыва зависимости с User::class. Добавлен зачаточный генератор запросов.
This commit is contained in:
@@ -253,6 +253,7 @@ class Stats
|
||||
$noeffectbattle = false;
|
||||
if ($u['battle'] > 0) {
|
||||
$noeffectbattle = (bool)Db::getValue("select 1 from battle_actions where uid = ? and vars = 'noeffectbattle1' and btl = ? limit 1", [$u['id'], $u['battle']]);
|
||||
$st['team'] = $u['team'];
|
||||
}
|
||||
|
||||
//Характеристики от эффектов
|
||||
|
||||
Reference in New Issue
Block a user