Перенос и унификация функции снятия всех предметов в класс DressedItems.

This commit is contained in:
lopar
2021-03-11 20:58:38 +02:00
parent 3f22c6664a
commit c54b97681b
12 changed files with 24 additions and 25 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ if ($edit) {
usemagic($use, $useTarget);
}
if ($undress) {
undressall($_SESSION['uid']);
\Battles\DressedItems::undressAllItems($_SESSION['uid']);
}
}