diff --git a/hwe/func.php b/hwe/func.php index d9614b47..ded15450 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -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(); diff --git a/hwe/func_process.php b/hwe/func_process.php index 2ab39467..f43e7f42 100644 --- a/hwe/func_process.php +++ b/hwe/func_process.php @@ -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); }