From ab212e0565718abc76fb38910970495084b2ceb7 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 14 Sep 2018 02:28:05 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=20=EC=A7=95=EB=B3=91=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=EC=9D=98=20uniqueItem=EC=9D=84=20uniqueItemEx?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- hwe/func_process.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); }