Rename cosmos → cosmic
This commit is contained in:
parent
61ece14fe7
commit
af09e89af1
2 changed files with 1 additions and 28 deletions
|
|
@ -25,33 +25,6 @@ const Proficiency = [
|
|||
'gun',
|
||||
'katana',
|
||||
]
|
||||
const Series = [
|
||||
'seraphic',
|
||||
'grand',
|
||||
'opus',
|
||||
'draconic',
|
||||
'revenant',
|
||||
'primal',
|
||||
'beast',
|
||||
'regalia',
|
||||
'omega',
|
||||
'olden_primal',
|
||||
'hollowsky',
|
||||
'xeno',
|
||||
'astral',
|
||||
'rose',
|
||||
'ultima',
|
||||
'bahamut',
|
||||
'epic',
|
||||
'ennead',
|
||||
'cosmos',
|
||||
'ancestral',
|
||||
'superlative',
|
||||
'vintage',
|
||||
'class_champion',
|
||||
'sephira',
|
||||
'new_world_foundation',
|
||||
]
|
||||
|
||||
const WeaponResult = (props: Props) => {
|
||||
const router = useRouter()
|
||||
|
|
|
|||
2
types/WeaponSeries.d.ts
vendored
2
types/WeaponSeries.d.ts
vendored
|
|
@ -17,7 +17,7 @@ interface WeaponSeriesState {
|
|||
astral: CheckedState
|
||||
epic: CheckedState
|
||||
ennead: CheckedState
|
||||
cosmos: CheckedState
|
||||
cosmic: CheckedState
|
||||
ancestral: CheckedState
|
||||
superlative: CheckedState
|
||||
vintage: CheckedState
|
||||
|
|
|
|||
Loading…
Reference in a new issue