mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-22 02:57:14 +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)) {
|
if(!empty($prisoners)) {
|
||||||
foreach($prisoners as $prisoner){
|
foreach($prisoners as $prisoner){
|
||||||
$owner = $database->getVillageField($base,"owner");
|
$owner = $database->getVillageField($base,"owner");
|
||||||
|
|||||||
Reference in New Issue
Block a user