From 5a6f84d5d281745e0ca216dee51b71e69c4deb96 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 9 May 2020 15:34:32 +0900 Subject: [PATCH] =?UTF-8?q?m=EC=9E=A5=20=EC=9D=98=EB=B3=91=EC=9E=A5=20?= =?UTF-8?q?=EC=8A=A4=ED=83=AF=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_인재탐색.php | 2 +- hwe/sammo/Command/Nation/che_의병모집.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/Command/General/che_인재탐색.php b/hwe/sammo/Command/General/che_인재탐색.php index 164db659..8ed2e2c0 100644 --- a/hwe/sammo/Command/General/che_인재탐색.php +++ b/hwe/sammo/Command/General/che_인재탐색.php @@ -159,7 +159,7 @@ class che_인재탐색 extends Command\GeneralCommand{ $pickTypeList = ['무'=>6, '지'=>6, '무지'=>3]; - $pickType = Util::choiceRandomUsingWeightPair($pickTypeList); + $pickType = Util::choiceRandomUsingWeight($pickTypeList); $mainStat = GameConst::$defaultStatMax - Util::randRangeInt(0, 10); $otherStat = GameConst::$defaultStatMin + Util::randRangeInt(0, 5); diff --git a/hwe/sammo/Command/Nation/che_의병모집.php b/hwe/sammo/Command/Nation/che_의병모집.php index ef51c608..f6904823 100644 --- a/hwe/sammo/Command/Nation/che_의병모집.php +++ b/hwe/sammo/Command/Nation/che_의병모집.php @@ -146,7 +146,7 @@ class che_의병모집 extends Command\NationCommand{ $dexTotal = $avgGen['dex_t']; for(;$createGenIdx <= $lastCreatGenIdx; $createGenIdx++){ - $pickType = Util::choiceRandomUsingWeightPair($pickTypeList); + $pickType = Util::choiceRandomUsingWeight($pickTypeList); $mainStat = GameConst::$defaultStatMax - Util::randRangeInt(0, 10); $otherStat = GameConst::$defaultStatMin + Util::randRangeInt(0, 5);