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;