mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-14 07:11:02 +00:00
Update 27_1.tpl
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$artefact1 = $database->getOwnArtefactInfo2($village->wid);
|
$artefact1 = $database->getOwnArtefactInfo3($session->uid);
|
||||||
$result = mysql_num_rows(mysql_query("SELECT * FROM " . TB_PREFIX . "artefacts WHERE vref = " . $village->wid . ""));
|
|
||||||
$wref = $village->wid;
|
$wref = $village->wid;
|
||||||
$coor = $database->getCoor($wref);
|
$coor = $database->getCoor($wref);
|
||||||
function getDistance($coorx1, $coory1, $coorx2, $coory2) {
|
function getDistance($coorx1, $coory1, $coorx2, $coory2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user