We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding villas to a farm list is not added.
*** in farmlist_addraid.tpl REMOVE LINE 46, 47, 48 $Wref = $database->getVilWref($_POST['x'], $_POST['y']); $WrefX = $_POST['x']; $WrefY = $_POST['y']; ADD LINE 45 $Wref = $database->getVilWref($WrefX, $WrefY);
*** in trooplist.tpl REMOVE LINE 21 if(in_array($i, [4, 14, 23])) continue;
ADD LINES 21...26
if(in_array($i, [4, 14, 23])) { ?> <input type="hidden" name ="t" value="0"
The text was updated successfully, but these errors were encountered:
It should be fixed in 3b167c6. Remove your additions, try it and tell me if it's resolved (because I'm unable to test it right now).
Sorry, something went wrong.
No branches or pull requests
Adding villas to a farm list is not added.
*** in farmlist_addraid.tpl
REMOVE LINE 46, 47, 48
$Wref = $database->getVilWref($_POST['x'], $_POST['y']);
$WrefX = $_POST['x'];
$WrefY = $_POST['y'];
ADD LINE 45
$Wref = $database->getVilWref($WrefX, $WrefY);
*** in trooplist.tpl
REMOVE LINE 21
if(in_array($i, [4, 14, 23])) continue;
ADD LINES 21...26
if(in_array($i, [4, 14, 23])) {
?>
<input type="hidden" name ="t" value="0"
The text was updated successfully, but these errors were encountered: