mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-26 06:26:08 +00:00
@@ -1911,7 +1911,11 @@ class MYSQL_DB {
|
|||||||
$result = mysql_query($q, $this->connection);
|
$result = mysql_query($q, $this->connection);
|
||||||
return $this->mysql_fetch_all($result);
|
return $this->mysql_fetch_all($result);
|
||||||
}
|
}
|
||||||
|
function getUnViewNotice($uid) {
|
||||||
|
$q = "SELECT * FROM " . TB_PREFIX . "ndata where uid = $uid AND viewed=0";
|
||||||
|
$result = mysql_query($q, $this->connection);
|
||||||
|
return $this->mysql_fetch_all($result);
|
||||||
|
}
|
||||||
function createTradeRoute($uid,$wid,$from,$r1,$r2,$r3,$r4,$start,$deliveries,$merchant,$time) {
|
function createTradeRoute($uid,$wid,$from,$r1,$r2,$r3,$r4,$start,$deliveries,$merchant,$time) {
|
||||||
$x = "UPDATE " . TB_PREFIX . "users SET gold = gold - 2 WHERE id = ".$uid."";
|
$x = "UPDATE " . TB_PREFIX . "users SET gold = gold - 2 WHERE id = ".$uid."";
|
||||||
mysql_query($x, $this->connection);
|
mysql_query($x, $this->connection);
|
||||||
|
|||||||
Reference in New Issue
Block a user