Change set for new armoire items (#15328)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user