Compare commits
2 Commits
a5d13d7e74
...
3f22c6664a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3f22c6664a | ||
![]() |
ac3a6ab4d2 |
@ -500,7 +500,8 @@ function ref_drop()
|
||||
$user = db::c()->query('SELECT `sergi`,`kulon`,`weap`,`bron`,`r1`,`r2`,`r3`,`helm`,`perchi`,`shit`,`boots`,`m1`,`m2`,`m3`,`m4`,`m5`,`m6`,`m7`,`m8`,`m9`,`m10` FROM `users` WHERE id = ?i', $_SESSION['uid'])->fetch_assoc();
|
||||
for ($i = 0; $i <= 20; $i++) {
|
||||
if ($user[$slot[$i]] && !derj($user[$slot[$i]])) {
|
||||
dropitem($i + 1);
|
||||
$item = new \Battles\DressedItems($_SESSION['uid']);
|
||||
$item->undressItem($i + 1);
|
||||
$user[$slot[$i]] = null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user