mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(event): add underscore for iOS shop suffix
This commit is contained in:
@@ -18,7 +18,7 @@ export const EVENTS = {
|
|||||||
fall2021: {
|
fall2021: {
|
||||||
start: '2021-09-21T08:00-04:00',
|
start: '2021-09-21T08:00-04:00',
|
||||||
end: '2021-10-31T20:00-04:00',
|
end: '2021-10-31T20:00-04:00',
|
||||||
npcImageSuffix: 'fall',
|
npcImageSuffix: '_fall',
|
||||||
season: 'fall',
|
season: 'fall',
|
||||||
gear: true,
|
gear: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user