긴천 위치가 엉뚱하게 되는 버그 수정.

getGenSpecial을 마구잡이로 부르는 함수로 인하여 우회
This commit is contained in:
2018-04-13 00:06:32 +09:00
parent a866cb63a4
commit ac3672a87e
2 changed files with 19 additions and 19 deletions
+1
View File
@@ -174,6 +174,7 @@ function getGenSpecial($type) {
case 73: $call = '의술'; break;
case 74: $call = '격노'; break;
case 75: $call = '척사'; break;
default: $call = null;
}
return $call;
}