Update 27_1.tpl

This commit is contained in:
Shadow
2013-11-27 11:25:29 +02:00
parent 5c44116c95
commit 75e0086a49
+1 -2
View File
@@ -1,7 +1,6 @@
<?php
$artefact1 = $database->getOwnArtefactInfo2($village->wid);
$result = mysql_num_rows(mysql_query("SELECT * FROM " . TB_PREFIX . "artefacts WHERE vref = " . $village->wid . ""));
$artefact1 = $database->getOwnArtefactInfo3($session->uid);
$wref = $village->wid;
$coor = $database->getCoor($wref);
function getDistance($coorx1, $coory1, $coorx2, $coory2) {