전투 시뮬레이터 모두 저장/모두 불러오기 구현
This commit is contained in:
@@ -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())],
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user