fix(shops): 2h weapon pricing

This commit is contained in:
Sabe Jones 2016-09-23 15:43:45 +00:00
parent c5888e3d21
commit 5480157977

View file

@ -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,