mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-24 21:46:11 +00:00
trying to fix climbers problem
This commit is contained in:
@@ -2647,7 +2647,7 @@ class MYSQL_DB {
|
|||||||
return mysql_query($q, $this->connection);
|
return mysql_query($q, $this->connection);
|
||||||
}
|
}
|
||||||
function removeclimberrankpop($user, $cp) {
|
function removeclimberrankpop($user, $cp) {
|
||||||
$q = "UPDATE " . TB_PREFIX . "users set clp = clp - '$cp'' where id = $user";
|
$q = "UPDATE " . TB_PREFIX . "users set clp = clp - '$cp' where id = $user";
|
||||||
return mysql_query($q, $this->connection);
|
return mysql_query($q, $this->connection);
|
||||||
}
|
}
|
||||||
function setclimberrankpop($user, $cp) {
|
function setclimberrankpop($user, $cp) {
|
||||||
|
|||||||
Reference in New Issue
Block a user