Update 27_1.tpl

This commit is contained in:
Shadow
2013-11-27 14:32:08 +02:00
parent f67f0734b8
commit 77a5817553
+1
View File
@@ -1,6 +1,7 @@
<?php
$artefact1 = $database->getOwnArtefactInfo3($session->uid);
$result = mysql_num_rows(mysql_query("SELECT * FROM " . TB_PREFIX . "artefacts WHERE owner = " . $session->uid . ""));
$wref = $village->wid;
$coor = $database->getCoor($wref);
function getDistance($coorx1, $coory1, $coorx2, $coory2) {