fix: 수비자 숙련 변경

This commit is contained in:
2021-12-09 23:58:57 +09:00
parent 0169861c2a
commit 8d90a00d0e
+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);