긴천 위치가 엉뚱하게 되는 버그 수정.
getGenSpecial을 마구잡이로 부르는 함수로 인하여 우회
This commit is contained in:
@@ -174,6 +174,7 @@ function getGenSpecial($type) {
|
||||
case 73: $call = '의술'; break;
|
||||
case 74: $call = '격노'; break;
|
||||
case 75: $call = '척사'; break;
|
||||
default: $call = null;
|
||||
}
|
||||
return $call;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user