stat 관련 데이터 수정
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user