mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-31 15:47:14 +00:00
Update sendback_4.tpl
This commit is contained in:
@@ -157,7 +157,7 @@ $tocoor = $database->getCoor($enforce['vref']);
|
|||||||
$fastertroops = 1;
|
$fastertroops = 1;
|
||||||
}
|
}
|
||||||
$time = round($generator->procDistanceTime($fromCor,$toCor,min($speeds),1)/$fastertroops);
|
$time = round($generator->procDistanceTime($fromCor,$toCor,min($speeds),1)/$fastertroops);
|
||||||
$foolartefact = $database->getFoolArtefactInfo(2,$village->wid,$seesion->uid);
|
$foolartefact = $database->getFoolArtefactInfo(2,$village->wid,$session->uid);
|
||||||
if(count($foolartefact) > 0){
|
if(count($foolartefact) > 0){
|
||||||
foreach($foolartefact as $arte){
|
foreach($foolartefact as $arte){
|
||||||
if($arte['bad_effect'] == 1){
|
if($arte['bad_effect'] == 1){
|
||||||
@@ -188,4 +188,4 @@ $tocoor = $database->getCoor($enforce['vref']);
|
|||||||
<p class="btn"><input value="ok" name="s1" id="btn_ok" class="dynamic_img " src="img/x.gif" alt="OK" type="image" onclick="if (this.disabled==false) {document.getElementsByTagName('form')[0].submit();} this.disabled=true;" onLoad="this.disabled=false;"></p>
|
<p class="btn"><input value="ok" name="s1" id="btn_ok" class="dynamic_img " src="img/x.gif" alt="OK" type="image" onclick="if (this.disabled==false) {document.getElementsByTagName('form')[0].submit();} this.disabled=true;" onLoad="this.disabled=false;"></p>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user