fix: 수비자 숙련 변경

This commit is contained in:
2021-12-09 23:58:57 +09:00
parent 1d946aa525
commit 62089ef2c2
+1 -1
View File
@@ -267,7 +267,7 @@ class WarUnitGeneral extends WarUnit
$addDex = $damage;
if (!$this->isAttacker) {
$addDex = 0.1;
$addDex *= 0.1;
}
$this->addDex($this->oppose->getCrewType(), $addDex);