모 징병 코드의 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
@@ -2276,7 +2276,7 @@ function uniqueItemEx(int $generalID, ActionLogger $logger, string $acquireType=
}
function uniqueItem($general, $log, $vote=0) {
//TODO: uniqueItem 재 구현
//TODO: uniqueItem 을 쓰는 경우를 모두 제거.
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game_env');
$connect=$db->get();
+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);
}