This commit is contained in:
lopar
2020-07-06 23:10:24 +03:00
parent 083f4fe438
commit 7af574a0f9
2 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ class DressedItems
{
try {
$this->DB = db::c()->query('SELECT * FROM inventory WHERE owner_id = ?i AND dressed_slot > 0', $user_id);
} catch (\Krugozor\Database\Mysql\Exception $exception) {
echo '<div class="debug">' . $exception . '</div>';
} catch (Exception $e) {
echo '<div class="debug">' . $e . '</div>';
}
}