mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-04 11:54:25 +00:00
Update Technology.php
This commit is contained in:
@@ -263,7 +263,7 @@ class Technology {
|
||||
}
|
||||
}
|
||||
|
||||
$prisoners = $database->getPrisoners($base);
|
||||
$prisoners = $database->getPrisoners($base,1);
|
||||
if(!empty($prisoners)) {
|
||||
foreach($prisoners as $prisoner){
|
||||
$owner = $database->getVillageField($base,"owner");
|
||||
|
||||
Reference in New Issue
Block a user