mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-22 18:06:37 +08:00
Fixed a bug in the troops training
Troops can now be trained in 0 seconds.
This commit is contained in:
@@ -35,7 +35,7 @@ for($i=45;$i<=46;$i++) {
|
||||
}
|
||||
}
|
||||
$dur=$generator->getTimeFormat($dur);
|
||||
echo ($dur=="0:00:00")? "0:00:01":$dur;
|
||||
echo $dur;
|
||||
echo "</div></td>
|
||||
<td class=\"val\">
|
||||
<input type=\"text\" class=\"text\" name=\"t$i\" value=\"0\" maxlength=\"10\">
|
||||
|
||||
Reference in New Issue
Block a user