stat 관련 데이터 수정

This commit is contained in:
2019-10-04 12:50:48 +09:00
parent 42eb107ecb
commit 674f3b95c5
9 changed files with 74 additions and 136 deletions
+1 -1
View File
@@ -512,7 +512,7 @@ class WarUnitGeneral extends WarUnit{
//계략
if($crewType->magicCoef){
$magicRatio = getGeneralIntel($this->raw, true, true, true, false) / 100;
$magicRatio = $this->getGeneral()->getIntel(true, true, true, false) / 100;
$magicRatio *= $crewType->magicCoef;
if($specialWar == 41){