모 징병 코드의 uniqueItem을 uniqueItemEx로 변경

This commit is contained in:
2018-09-14 02:28:05 +09:00
parent eac0049577
commit ab212e0565
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1090,7 +1090,7 @@ function process_11(&$general, $type) {
], 'no=%i', $general['no']);
checkAbilityEx($general['no'], $actLog);
$log = uniqueItem($general, []);//TODO: uniqueItem 재 구현
uniqueItemEx($general['no'], $actLog);
$actLog->pushGeneralActionLog($log, ActionLogger::RAWTEXT);
}