diff --git a/crop_finder.php b/crop_finder.php
index 5eb96515..8611bbe1 100644
--- a/crop_finder.php
+++ b/crop_finder.php
@@ -184,7 +184,7 @@
echo "
";
echo "| 15c | ";
if($row['occupied'] == 0) {
- echo "(".$row['x']."|".$row['y'].") | ";
+ echo "getMapCheck($row['id'])."\">".$database->getVillageField($row['id'], "name")." (".$row['x']."|".$row['y'].") | ";
echo "- | ";
echo "Unoccupied | ";
} else {
@@ -237,7 +237,7 @@
echo "
";
echo "| 9c | ";
if($row['occupied'] == 0) {
- echo "(".$row['x']."|".$row['y'].") | ";
+ echo "getMapCheck($row['id'])."\">".$database->getVillageField($row['id'], "name")." (".$row['x']."|".$row['y'].") | ";
echo "- | ";
echo "Unoccupied | ";
} else {
@@ -295,7 +295,7 @@
echo "
";
echo "| " . $field . " | ";
if($row['occupied'] == 0) {
- echo "(".$row['x']."|".$row['y'].") | ";
+ echo "getMapCheck($row['id'])."\">".$database->getVillageField($row['id'], "name")." (".$row['x']."|".$row['y'].") | ";
echo "- | ";
echo "Unoccupied | ";
} else {
@@ -354,4 +354,4 @@ Calculated in