diff --git a/functions.php b/functions.php
index a6b75ef..6284fcd 100644
--- a/functions.php
+++ b/functions.php
@@ -1037,7 +1037,7 @@ HTML;
$r .= '';
$r .= '';
- $r .= '
| ';
+ $r .= ' | | ';
if ($user['helm'] > 0) {
$dress = db::c()->query('SELECT `name`, `img`, `duration`, `maxdur`, `ghp`, `text`, `includemagicdex` FROM `inventory` WHERE `id` = ?i', $user['helm'])->fetch_assoc();
|
|
|