Актуальная БД для effects
This commit is contained in:
@@ -464,7 +464,7 @@ function show_eff_inf($u, $type)
|
||||
if ($type == 1) {
|
||||
$and = " AND `type` != 1022";
|
||||
}
|
||||
$effs = db::c()->query('SELECT * FROM `effects` WHERE `type` <> 20 AND `owner` = ?i' . $and, $u)->fetch_assoc();
|
||||
$effs = db::c()->query('SELECT * FROM `users_effects` WHERE `type` <> 20 AND `owner_id` = ?i' . $and, $u)->fetch_assoc();
|
||||
/* FIXME Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 132644820 bytes) in /home/combats/web/combats.loc/public_html/functions.php on line 873
|
||||
* Если на человеке стоит type=20
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user