This commit is contained in:
lopar 2018-12-28 00:57:21 +02:00
parent c5abbd1eac
commit 6358c7a092

View File

@ -1037,8 +1037,7 @@ HTML;
$r .= '</td></tr>';
$r .= '</table></td>';
$r .= '<td valign=top><img src="i/shadow/' . $user['shadow'] . '" width="100" height="250" /></td><td width="62" valign=top><table width=100%><tr><td>';
$r .= '<td valign=top><img src="i/shadow/' . $user['shadow'] . '" width="100" height="270" onerror=" this.src = \'i/shadow/0.gif\';"></td><td width="62" valign=top><table width=100%><tr><td>';
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();