mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-29 00:54:31 +00:00
Update 27_1.tpl
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user