mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-17 00:31:02 +00:00
Generale fixes
+Fixed a bug that didn't return reinforcements in counquered oasis, if it was released by the owner, or from the admin panel +Changed the catapults and rams formulas (still not completed at 100%), thanks to Kirilloid! +Changed the Natars' capital default coordinates
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ if(isset($_POST['result'])) {
|
||||
include("Templates/Simulator/res_d".$tar.".tpl");
|
||||
}
|
||||
echo "<p>Type of attack: <b>";
|
||||
echo $form->getValue('ktyp') == 0? "Normal" : "Raid";
|
||||
echo $form->getValue('ktyp') == 0 ? "Normal" : "Raid";
|
||||
echo "</b></p>";
|
||||
echo "<p>";
|
||||
if (isset($_POST['result'][7]) && isset($_POST['result'][8])){
|
||||
|
||||
Reference in New Issue
Block a user