버그 수정

This commit is contained in:
2019-10-04 16:33:00 +09:00
parent 793ee2acbe
commit 2ff74a2b68
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{