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