mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(bgs): include TT required field
This commit is contained in:
@@ -243,6 +243,7 @@ export default function getItemInfo (user, type, item, officialPinnedItems, lang
|
|||||||
purchaseType: 'backgrounds',
|
purchaseType: 'backgrounds',
|
||||||
path: `backgrounds.${item.set}.${item.key}`,
|
path: `backgrounds.${item.set}.${item.key}`,
|
||||||
pinType: 'background',
|
pinType: 'background',
|
||||||
|
locked: false,
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
case 'mystery_set':
|
case 'mystery_set':
|
||||||
|
|||||||
Reference in New Issue
Block a user