CityHelper 추가

This commit is contained in:
2018-03-28 19:14:11 +09:00
parent 78a1ca3651
commit 907ba0b26e
2 changed files with 75 additions and 0 deletions
+1
View File
@@ -240,6 +240,7 @@ function SpecCall($call) {
case '의술': $type = 73; break;
case '격노': $type = 74; break;
case '척사': $type = 75; break;
default: $type = 0; break;
}
return $type;
}