mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: admins should see all buildings, even great ones and the greatest
This commit is contained in:
@@ -71,7 +71,7 @@ if(isset($id))
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
for($i =1; $i<=39; $i++)
|
||||
for($i = 1; $i<=42; $i++)
|
||||
{
|
||||
$bu = $funct->procResType($i);
|
||||
echo '
|
||||
@@ -81,10 +81,6 @@ if(isset($id))
|
||||
</tr>';
|
||||
}
|
||||
?>
|
||||
<tr>
|
||||
<td class="on">41.</td>
|
||||
<td class="on">Horse Drinking Trough</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<a href="#" onclick="hideStuff('instructions'); return false;">Hide Instructions</a>
|
||||
|
||||
Reference in New Issue
Block a user