tests
This commit is contained in:
parent
c5abbd1eac
commit
6358c7a092
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user