From 93ae36d1395f8e367af254f92f74a050a615a8d5 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Tue, 29 Mar 2022 14:04:37 -0500 Subject: [PATCH] fix(event): add underscore for mobile handling of NPCs --- website/common/script/content/constants/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 08caac74ad..4484ae8f9a 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -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, },