버그 수정

This commit is contained in:
2019-10-04 16:33:00 +09:00
parent 07328847f4
commit 71254e86f4
5 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ class General implements iAction{
}
function getLeadership($withInjury = true, $withItem = true, $withStatAdjust = true, $useFloor = true):float{
return $this->getStatValue('leadership', $withInjury, $withItem, $withStatAdjust, $useFloor);
return $this->getStatValue('leader', $withInjury, $withItem, $withStatAdjust, $useFloor);
}
function getPower($withInjury = true, $withItem = true, $withStatAdjust = true, $useFloor = true):float{