mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
fix(shops): 2h weapon pricing
This commit is contained in:
parent
c5888e3d21
commit
5480157977
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ shops.getSeasonalShopCategories = function getSeasonalShopCategories (user, lang
|
|||
key: gear.key,
|
||||
text: gear.text(language),
|
||||
notes: gear.notes(language),
|
||||
value: 1,
|
||||
value: gear.twoHanded ? 2 : 1,
|
||||
type: gear.type,
|
||||
specialClass: gear.specialClass,
|
||||
locked: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue