Hotfix/oct 24 fixes (#9261)

* Removed max height from text section

* Added items to mystery sets

* Group manager fixes

* Fixed promo code apply
This commit is contained in:
Keith Holliday
2017-10-24 17:41:36 -05:00
committed by Sabe Jones
parent b445bc8261
commit 6bc70ca471
7 changed files with 21 additions and 11 deletions

View File

@@ -219,6 +219,7 @@ module.exports = function getItemInfo (user, type, item, officialPinnedItems, la
break;
case 'mystery_set':
itemInfo = {
items: item.items,
key: item.key,
text: item.text(language),
value: 1,