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',
|
'gun',
|
||||||
'katana',
|
'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 WeaponResult = (props: Props) => {
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
|
|
|
||||||
2
types/WeaponSeries.d.ts
vendored
2
types/WeaponSeries.d.ts
vendored
|
|
@ -17,7 +17,7 @@ interface WeaponSeriesState {
|
||||||
astral: CheckedState
|
astral: CheckedState
|
||||||
epic: CheckedState
|
epic: CheckedState
|
||||||
ennead: CheckedState
|
ennead: CheckedState
|
||||||
cosmos: CheckedState
|
cosmic: CheckedState
|
||||||
ancestral: CheckedState
|
ancestral: CheckedState
|
||||||
superlative: CheckedState
|
superlative: CheckedState
|
||||||
vintage: CheckedState
|
vintage: CheckedState
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue