mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 23:01:02 +00:00
Fix Farmlist Bug
This commit is contained in:
@@ -29,6 +29,8 @@ $vdata = $database->getVillage($Wref);
|
|||||||
$errormsg .= "There is no village on those coordinates.";
|
$errormsg .= "There is no village on those coordinates.";
|
||||||
}elseif($troops == "0"){
|
}elseif($troops == "0"){
|
||||||
$errormsg .= "No troops has been selected.";
|
$errormsg .= "No troops has been selected.";
|
||||||
|
}elseif($database->hasBeginnerProtection($Wref)==1){
|
||||||
|
$errormsg .= "Player under protection.";
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
if($_POST['target_id'] != ""){
|
if($_POST['target_id'] != ""){
|
||||||
|
|||||||
Reference in New Issue
Block a user