From 54801579775d4dd0113cd4c61bb5d6b413fd27a5 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Fri, 23 Sep 2016 15:43:45 +0000 Subject: [PATCH] fix(shops): 2h weapon pricing --- website/common/script/libs/shops.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/libs/shops.js b/website/common/script/libs/shops.js index d5a67c34c8..c7efe6a2a3 100644 --- a/website/common/script/libs/shops.js +++ b/website/common/script/libs/shops.js @@ -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,