버그 수정

This commit is contained in:
2020-03-28 19:56:11 +09:00
parent 8f95d4b279
commit 0087d5784b
7 changed files with 8 additions and 857 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ class SpecialityConst{
}
$invWar = [];
foreach(static::War as $key=>$val){
foreach(static::WAR as $key=>$val){
$nameKey = $val[0];
$val[0] = $key;
$invWar[$nameKey] = $val;