버그 수정

This commit is contained in:
2020-04-30 16:47:11 +09:00
parent c65737f554
commit 884c1ea82c
5 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ class AutorunNationPolicy {
//Policy Variables
public $reqNationGold = 10000;
public $reqNationRice = 10000;
public $reqNationRice = 12000;
public $CombatForce = [
//200 => [10, 24],//troopLeader, fromCity, toCity
//242 => [10, 24]
@@ -19,7 +19,7 @@ class che_반계발동 extends BaseWarUnitTrigger{
$general = $self->getGeneral();
[$opposeMagic, $damage] = $opposeEnv['magic'][0];
[$opposeMagic, $damage] = $opposeEnv['magic'];
$josaUl = \sammo\JosaUtil::pick($opposeMagic, '을');