mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 06:41:01 +00:00
fix brewery and crop finder
This commit is contained in:
@@ -175,7 +175,8 @@ $end = ($tribe*10);
|
||||
|
||||
<select name="ctar1" class="dropdown">
|
||||
<option value="0">Random</option>
|
||||
<?php if($building->getTypeLevel(16) >= 5) { ?>
|
||||
<?php if($building->getTypeLevel(35) == 0){
|
||||
if($building->getTypeLevel(16) >= 5) { ?>
|
||||
<optgroup label="Resources">
|
||||
<option value="1">Woodcutter</option>
|
||||
<option value="2">Clay Pit</option>
|
||||
@@ -287,7 +288,7 @@ $end = ($tribe*10);
|
||||
</td>
|
||||
</tr>
|
||||
</tbody><?PHP
|
||||
}
|
||||
}}
|
||||
else if($process['c']=='4')
|
||||
{
|
||||
?><tbody class="infos">
|
||||
|
||||
Reference in New Issue
Block a user