mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 07:17:43 +01:00
Fix typing
This commit is contained in:
parent
0a49daeb64
commit
125b5074b4
1 changed files with 2 additions and 2 deletions
|
@ -8656,7 +8656,7 @@ export const weaponList = {
|
|||
rarity: 4,
|
||||
atk: 44,
|
||||
secondary: 'Elemental Mastery',
|
||||
type: 'polearm',
|
||||
type: weapons.polearm,
|
||||
source: 'forging',
|
||||
ascension: [
|
||||
{
|
||||
|
@ -8767,7 +8767,7 @@ export const weaponList = {
|
|||
id: 'sapwood_blade',
|
||||
name: 'Sapwood Blade',
|
||||
rarity: 4,
|
||||
atk: '44',
|
||||
atk: 44,
|
||||
secondary: 'Energy Recharge',
|
||||
type: weapons.sword,
|
||||
source: 'forging',
|
||||
|
|
Loading…
Reference in a new issue