Autofix small errors
This commit is contained in:
@@ -18,4 +18,3 @@ $botnames = array(
|
||||
6 => "Обезумевший крыс",
|
||||
7 => "Призрак короля крыс ",
|
||||
8 => "Обезумевший палач");
|
||||
?>
|
||||
@@ -9,4 +9,3 @@ if($user['room'] == 621) {
|
||||
$caveitems[7] = array(array('id' => 1129, 'from' => 'shop', 'foronetrip' => 0, 'chance' => 10, 'podzem' => 1));
|
||||
$caveitems[8] = array(array('id' => 1131, 'from' => 'shop', 'foronetrip' => 0, 'chance' => 5, 'podzem' => 1));
|
||||
}
|
||||
?>
|
||||
@@ -19,4 +19,3 @@ foreach($lomka1 as $k => $v) {
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
@@ -84,4 +84,3 @@ if(in_array($user['room'], $caverooms)) {
|
||||
mysql_query("DELETE FROM `cavebots` WHERE `battle` = '".$this->battle_data["id"]."'");
|
||||
mysql_query('UNLOCK TABLES');
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user