mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix(content): shield not weapon
This commit is contained in:
parent
5e1f2c16f8
commit
05aaad8743
1 changed files with 1 additions and 1 deletions
|
|
@ -190,6 +190,7 @@ const shield = {
|
|||
201709: { },
|
||||
201802: { },
|
||||
201902: { },
|
||||
202011: { },
|
||||
301405: { },
|
||||
301704: { },
|
||||
};
|
||||
|
|
@ -203,7 +204,6 @@ const weapon = {
|
|||
201811: { },
|
||||
201911: { },
|
||||
202002: { },
|
||||
202011: { },
|
||||
301404: { },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue