Неиспользуемая переменная в функции отображения игрока.

This commit is contained in:
lopar
2018-12-27 19:44:29 +02:00
parent d78a9c65dd
commit c531fcf8ff
3 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -149,7 +149,7 @@ $fbattle = new fbattle($user['battle']);
<table width=250 cellspacing=0 cellpadding=0>
<tr>
<td valign=top width=250 nowrap>
<?php echo showinf_pers($user['id'], 1, 1, 1); ?>
<?php echo showinf_pers($user['id'], 1, 1); ?>
</td>
</tr>
</table>
@@ -484,7 +484,7 @@ $fbattle = new fbattle($user['battle']);
<?php
if ($fbattle->return == 1) {
echo showinf_pers($fbattle->enemy, 1, 1);
echo showinf_pers($fbattle->enemy, 1);
} else {
if ($fbattle->battle_data['type'] == 4 || $fbattle->battle_data['type'] == 5) {
$a = array(6, 16);