Add extra ItemSkill properties on empty awakening
Even though it doesn't really need them
This commit is contained in:
parent
6541dff12e
commit
b218fd61fa
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ const AwakeningSelect = (props: Props) => {
|
|||
en: 'No awakening',
|
||||
ja: '覚醒なし',
|
||||
},
|
||||
slug: 'no-awakening',
|
||||
minValue: 0,
|
||||
maxValue: 0,
|
||||
fractional: false,
|
||||
})
|
||||
|
||||
return weaponDataSet
|
||||
|
|
|
|||
Loading…
Reference in a new issue