diff --git a/hwe/sammo/WarUnitGeneral.php b/hwe/sammo/WarUnitGeneral.php index d94540a2..a48f1e42 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -822,8 +822,8 @@ class WarUnitGeneral extends WarUnit{ $thisLogger->pushGeneralBattleDetailLog("{$skillKey}{$josaUl} 실패했다!"); $opposeLogger->pushGeneralBattleDetailLog("{$skillKey}{$josaUl} 간파했다!"); - $this->multiplyWarPowerMultiply($skillMultiply); - $oppose->multiplyWarPowerMultiply(1/$skillMultiply); + $this->multiplyWarPowerMultiply(1/$skillMultiply); + $oppose->multiplyWarPowerMultiply($skillMultiply); break; } }