refac,wip: refresh 수치를 이전 중
- connect, con을 잊었음!
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user