diff --git a/functions.php b/functions.php index 441eda3..5fc1395 100644 --- a/functions.php +++ b/functions.php @@ -2888,7 +2888,7 @@ function show_shop_items($it, $from = 'shop') * @param bool $returned * @return string */ -function showitem($row, $type, $returned = false) +function showitem($row, $type = 0, $returned = false) { global $user, $runes_exp; $returnHTML = ''; @@ -2906,7 +2906,7 @@ function showitem($row, $type, $returned = false) $magic['time'] = $incmagic['time']; $magic['targeted'] = $incmagic['targeted']; } - if (@!$row['count'] || $type == 10) { + if (!$row['count'] || $type == 10) { $up = ($row['upgrade'] > 0 ? " [" . $row['upgrade'] . "]" : "");