mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
fix(seasonal): include current season gear in Shop
This commit is contained in:
parent
6988875e8a
commit
9538c86d02
1 changed files with 6 additions and 0 deletions
|
|
@ -58,6 +58,12 @@ export const SEASONAL_SETS = {
|
|||
'winter2017WinterWolfSet',
|
||||
'winter2017SugarPlumSet',
|
||||
'winter2017FrostyRogueSet',
|
||||
|
||||
// winter 2018
|
||||
'winter2018ConfettiSet',
|
||||
'winter2018GiftWrappedSet',
|
||||
'winter2018MistletoeSet',
|
||||
'winter2018ReindeerSet',
|
||||
],
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue