mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-21 02:30:58 +00:00
fix player deleting time
This commit is contained in:
@@ -221,7 +221,7 @@ class MYSQL_DB {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setDeleting($uid, $mode) {
|
function setDeleting($uid, $mode) {
|
||||||
$time = time() + 48 * 3600;
|
$time = time() + 72 * 3600;
|
||||||
if(!$mode) {
|
if(!$mode) {
|
||||||
$q = "INSERT into " . TB_PREFIX . "deleting values ($uid,$time)";
|
$q = "INSERT into " . TB_PREFIX . "deleting values ($uid,$time)";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user