전투 시뮬레이터 모두 저장/모두 불러오기 구현

This commit is contained in:
2018-08-27 03:08:35 +09:00
parent 44c59f2236
commit 434468ca65
5 changed files with 165 additions and 11 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ $generalCheck = [
],
'in'=>[
['personal', array_keys(getCharacterList())],
['special2', array_keys(SpecialityConst::WAR)],
['special2', array_merge(array_keys(SpecialityConst::WAR), [0])],
['crewtype', array_keys(GameUnitConst::all())],
]
];