Change set for new armoire items (#15328)

This commit is contained in:
Phillip Thelen
2024-09-19 22:47:59 +02:00
committed by GitHub
parent f9fb463128
commit 1203cbbad8
3 changed files with 5 additions and 5 deletions
@@ -11,7 +11,7 @@ export const ARMOIRE_RELEASE_DATES = {
corsairSet: { year: 2024, month: 7 },
dragonKnightSet: { year: 2024, month: 8 },
funnyFoolSet: { year: 2024, month: 9 },
trickOrTreatSet: { year: 2024, month: 10 },
frightNightSet: { year: 2024, month: 10 },
};
export const EGGS_RELEASE_DATES = {
@@ -1372,7 +1372,7 @@ const shield = {
},
safetyFlashlight: {
con: 10,
set: 'trickOrTreatSet',
set: 'frightNightSet',
},
};
@@ -1875,7 +1875,7 @@ const weapon = {
},
spookyCandyBucket: {
int: 10,
set: 'trickOrTreatSet',
set: 'frightNightSet',
},
};