모 징병 코드의 uniqueItem을 uniqueItemEx로 변경
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user