Неиспользуемая переменная в функции отображения игрока.
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user