Update ER generator
This commit is contained in:
@@ -47,6 +47,10 @@ export const erVersions = [
|
||||
version: '6.1',
|
||||
battlesuits: ['jk'],
|
||||
},
|
||||
{
|
||||
version: '6.2',
|
||||
battlesuits: ['cn', 'vke'],
|
||||
},
|
||||
].reverse()
|
||||
|
||||
export const erBattlesuits = erVersions.reduce<string[]>((list, version) => {
|
||||
|
||||
Reference in New Issue
Block a user