올바르지 않은 성격일 경우 기본 값 설정

This commit is contained in:
2018-08-21 15:43:59 +09:00
parent 8a512f6f19
commit 69310a2b72
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ function CharCall($call) {
case '정복'; $type = 4; break;
case '패권'; $type = 3; break;
case '의협'; $type = 2; break;
default:
case '대의'; $type = 1; break;
case '왕좌'; $type = 0; break;
}