Убрал дубликаты файлов.
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user