mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
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:
committed by
Sabe Jones
parent
b445bc8261
commit
6bc70ca471
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user