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
@@ -793,12 +793,6 @@ class General implements iAction
'nation_id' => $updateVals['nation']
], 'general_id = %i', $generalID);
$result = true;
if($this->getNPCType() < 2){
$db->update('general_access_log', [
GeneralAccessLogColumn::nationID->value => $updateVals['nation']
], '%b = %i', GeneralAccessLogColumn::generalID->value, $generalID);
}
}
$this->flushUpdateValues();
}