From 07e19ddb833b9a6bef6ba16cef1215ab86936c9d Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Wed, 22 Sep 2021 10:10:13 -0500 Subject: [PATCH] fix(event): add underscore for iOS shop suffix --- 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 a21d0ea7e8..e0d961e4f1 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -18,7 +18,7 @@ export const EVENTS = { fall2021: { start: '2021-09-21T08:00-04:00', end: '2021-10-31T20:00-04:00', - npcImageSuffix: 'fall', + npcImageSuffix: '_fall', season: 'fall', gear: true, },