mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 21:57:03 +00:00
fix(event): add underscore for mobile handling of NPCs
This commit is contained in:
parent
0783ccae24
commit
93ae36d139
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export const EVENTS = {
|
|||
spring2022: {
|
||||
start: '2022-03-22T08:00-05:00',
|
||||
end: '2022-04-30T20:00-05:00',
|
||||
npcImageSuffix: 'spring',
|
||||
npcImageSuffix: '_spring',
|
||||
season: 'spring',
|
||||
gear: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue