This commit is contained in:
lopar
2019-01-18 21:56:07 +02:00
parent 0d5f5c1a43
commit b8a9a0622b
6 changed files with 543 additions and 568 deletions

View File

@@ -69,9 +69,6 @@ switch ($shopCategoryTypeNumber) {
case 6:
$shopCategoryType = "Амуниция";
break;
case 52:
$shopCategoryType = "Руны";
break;
}
if (false == $saleItems) {
@@ -299,7 +296,6 @@ if (!empty($_GET['buy'])) {
<dd><a href="?otdel=5&rnd=<?= mt_rand() ?>">разные</a></dd>
<dt><b>Разное:</b></dt>
<dd><a href="?otdel=6&rnd=<?= mt_rand() ?>">амуниция</a></dd>
<dd><a href="?otdel=52&rnd=<?= mt_rand() ?>">руны</a></dd>
</dl>
<div id="hint3" class="ahint"></div>
</TD>