fix(event): add underscore for mobile handling of NPCs

This commit is contained in:
SabreCat
2022-03-29 14:04:37 -05:00
parent 0783ccae24
commit 93ae36d139

View File

@@ -18,7 +18,7 @@ export const EVENTS = {
spring2022: { spring2022: {
start: '2022-03-22T08:00-05:00', start: '2022-03-22T08:00-05:00',
end: '2022-04-30T20:00-05:00', end: '2022-04-30T20:00-05:00',
npcImageSuffix: 'spring', npcImageSuffix: '_spring',
season: 'spring', season: 'spring',
gear: true, gear: true,
}, },