From b1ad327d16d8ccf4aeaf98a2dc0656dad5803bdd Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 24 Apr 2020 01:28:41 +0900 Subject: [PATCH] =?UTF-8?q?=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/join_post.php | 2 +- hwe/sammo/Command/General/che_장비매매.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/join_post.php b/hwe/join_post.php index 94f673f3..4198c429 100644 --- a/hwe/join_post.php +++ b/hwe/join_post.php @@ -130,7 +130,7 @@ if (!$city) { $city = $db->queryFirstField("select city from city where level>=5 and level<=6 order by rand() limit 0,1"); } -$pleadershipship = 0; +$pleadership = 0; $pstrength = 0; $pintel = 0; for ($statBonusCnt = 3 + mt_rand(0, 2); $statBonusCnt > 0; $statBonusCnt--) { diff --git a/hwe/sammo/Command/General/che_장비매매.php b/hwe/sammo/Command/General/che_장비매매.php index e6916d4d..c34c037d 100644 --- a/hwe/sammo/Command/General/che_장비매매.php +++ b/hwe/sammo/Command/General/che_장비매매.php @@ -41,7 +41,7 @@ class che_장비매매 extends Command\GeneralCommand{ return false; } $itemCode = $this->arg['itemCode']??null; - if(!key_exists($itemCode, GameConst::$allItems[$itemType])){ + if(!key_exists($itemCode, GameConst::$allItems[$itemType]) && $itemCode !== 'None'){ return false; } $itemClass = buildItemClass($itemCode); @@ -208,7 +208,7 @@ $('#customSubmit').click(function(){ //매각 $typeName = static::$itemMap[$itemType]; ?> - + $cnt) : if($cnt > 0){ continue;