국가 성향이 제대로 등록되지 않는 버그 수정. 시뮬레이터 구현

This commit is contained in:
2018-08-26 18:19:27 +09:00
parent 52875fb7fa
commit 8d84ccd2cc
4 changed files with 70 additions and 20 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ function NationCharCall($call) {
$invTable[$name] = $typeID;
}
}
return $invTable[$name]??0;
return $invTable[$call]??0;
}
function getCharacterList(){