refac,wip: refresh 수치를 이전 중

- connect, con을 잊었음!
This commit is contained in:
2023-07-07 10:57:51 +00:00
parent a9b51977d4
commit 9bf7bd0fda
9 changed files with 14 additions and 61 deletions
-6
View File
@@ -288,12 +288,6 @@ class Session
}
}
$db->update('general', [
'logcnt' => $db->sqleval('logcnt+1'),
'ip' => Util::get_client_ip(true),
'lastConnect' => TimeUtil::now()
], 'owner = %i', $userID);
$this->set($serverID.static::GAME_KEY_DATE, $now);
$this->set($serverID.static::GAME_KEY_GENERAL_ID, $generalID);
$this->set($serverID.static::GAME_KEY_GENERAL_NAME, $generalName);