mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-30 15:17:13 +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>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php
|
<?php
|
||||||
for($i =1; $i<=39; $i++)
|
for($i = 1; $i<=42; $i++)
|
||||||
{
|
{
|
||||||
$bu = $funct->procResType($i);
|
$bu = $funct->procResType($i);
|
||||||
echo '
|
echo '
|
||||||
@@ -81,10 +81,6 @@ if(isset($id))
|
|||||||
</tr>';
|
</tr>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<tr>
|
|
||||||
<td class="on">41.</td>
|
|
||||||
<td class="on">Horse Drinking Trough</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<a href="#" onclick="hideStuff('instructions'); return false;">Hide Instructions</a>
|
<a href="#" onclick="hideStuff('instructions'); return false;">Hide Instructions</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user