fix(typo): singular snowball spell

This commit is contained in:
Sabe Jones
2022-12-14 12:36:46 -06:00
committed by GitHub
parent 517b4c9999
commit 2b0fe718c4
@@ -38,7 +38,7 @@ export default {
: {},
availableSpells: SHOP_OPEN && moment().isBetween('2022-12-20T08:00-05:00', CURRENT_EVENT.end)
? [
'snowballs',
'snowball',
]
: [],