mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-08 13:46:09 +00:00
improve market at least
This commit is contained in:
@@ -593,6 +593,8 @@
|
||||
$dbarray = mysql_fetch_array($result);
|
||||
return $dbarray['fieldtype'];
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*****************************************
|
||||
Function to retrieve if is ocuped via ID
|
||||
@@ -1543,7 +1545,6 @@
|
||||
}
|
||||
|
||||
function getVillageByName($name) {
|
||||
$name = mysql_real_escape_string($name, $this->connection);
|
||||
$q = "SELECT wref FROM " . TB_PREFIX . "vdata where name = '$name' limit 1";
|
||||
$result = mysql_query($q, $this->connection);
|
||||
$dbarray = mysql_fetch_array($result);
|
||||
|
||||
Reference in New Issue
Block a user