Заменяем вызов get_meshok() на getItemsMassaInfo().

This commit is contained in:
lopar
2018-12-12 22:21:47 +02:00
parent fb51950d26
commit 6e3c20e53c
11 changed files with 19 additions and 64 deletions

View File

@@ -308,7 +308,7 @@ if ($_REQUEST['compare'] && !$_REQUEST['common'] && !$_REQUEST['present']) {
</table>
</td>
<td valign=top width=280>
<b>Масса всех ваших вещей: <?= $itemWeight['m'] ?>/<?= get_meshok() ?>
<b>Масса всех ваших вещей: <?= getItemsMassaInfo() ?>
<br>У вас в наличии: <span style="color: #339900;"><?= $bank['ekr'] ?></span> екр.</b>
<hr/>
<a href=upgrade_items.php>Улучшение Артефактов</a>