Убрал дубликаты файлов.

This commit is contained in:
lopar
2020-08-30 18:39:27 +03:00
parent bbe631b69f
commit c5a7dc4b58
7 changed files with 86 additions and 86 deletions
+2 -2
View File
@@ -1625,7 +1625,7 @@ class fbattle
}
$winers .= implode("</B>, <B>", $this->t1);
$lomka = $this->t2;
include('../cave/win.php');
//include('../cave/win.php');
} elseif (in_array($ss[0], $this->t2)) {
$flag = 2;
foreach ($this->t2 as $k => $v) {
@@ -1727,7 +1727,7 @@ class fbattle
if ($this->battle_data['x'] > 0 || $this->battle_data['y'] > 0 && $this->user['laba'] > 0) {
mysql_query('UPDATE `users` SET `x` = "' . $this->user['xf'] . '", `y` = "' . $this->user['yr'] . '" WHERE `laba` = "' . $this->user['laba'] . '" AND `x` = "' . $this->battle_data['x'] . '" AND `y` = "' . $this->battle_data['y'] . '" AND `battle` = "' . $this->battle_data['id'] . '" LIMIT 1');
}
include("../cave/lose.php");
//include("../cave/lose.php");
}