refac: General::lastconnect 삭제
- 안쓰는데..? - api_log로 어느새 이전된건가?
This commit is contained in:
@@ -414,7 +414,6 @@ class Join extends \sammo\BaseAPI
|
|||||||
'officer_level' => 0,
|
'officer_level' => 0,
|
||||||
'turntime' => $turntime,
|
'turntime' => $turntime,
|
||||||
'killturn' => 6,
|
'killturn' => 6,
|
||||||
'lastconnect' => $now,
|
|
||||||
'lastrefresh' => $now,
|
'lastrefresh' => $now,
|
||||||
'crewtype' => GameUnitConst::DEFAULT_CREWTYPE,
|
'crewtype' => GameUnitConst::DEFAULT_CREWTYPE,
|
||||||
'makelimit' => 0,
|
'makelimit' => 0,
|
||||||
|
|||||||
@@ -58,7 +58,6 @@ enum GeneralColumn: string{
|
|||||||
case recent_war = 'recent_war';
|
case recent_war = 'recent_war';
|
||||||
case makelimit = 'makelimit';
|
case makelimit = 'makelimit';
|
||||||
case killturn = 'killturn';
|
case killturn = 'killturn';
|
||||||
case lastconnect = 'lastconnect';
|
|
||||||
case lastrefresh = 'lastrefresh';
|
case lastrefresh = 'lastrefresh';
|
||||||
case ip = 'ip';
|
case ip = 'ip';
|
||||||
case block = 'block';
|
case block = 'block';
|
||||||
|
|||||||
@@ -54,7 +54,6 @@ CREATE TABLE `general` (
|
|||||||
`recent_war` DATETIME(6) NULL DEFAULT NULL,
|
`recent_war` DATETIME(6) NULL DEFAULT NULL,
|
||||||
`makelimit` INT(2) NULL DEFAULT '0',
|
`makelimit` INT(2) NULL DEFAULT '0',
|
||||||
`killturn` INT(3) NULL DEFAULT NULL,
|
`killturn` INT(3) NULL DEFAULT NULL,
|
||||||
`lastconnect` DATETIME NULL DEFAULT NULL,
|
|
||||||
`lastrefresh` DATETIME NULL DEFAULT NULL,
|
`lastrefresh` DATETIME NULL DEFAULT NULL,
|
||||||
`ip` VARCHAR(40) NULL DEFAULT '',
|
`ip` VARCHAR(40) NULL DEFAULT '',
|
||||||
`block` INT(1) NULL DEFAULT '0',
|
`block` INT(1) NULL DEFAULT '0',
|
||||||
|
|||||||
Reference in New Issue
Block a user