fix(content): repair Rose Gold Potion and Beach Umbrella

This commit is contained in:
Sabe Jones
2024-06-21 09:12:18 -05:00
parent a919ef99fe
commit 78fca804b7
4 changed files with 5 additions and 3 deletions

View File

@@ -160,6 +160,7 @@ export const MONTHLY_SCHEDULE = {
items: [
'PolkaDot',
'Celestial',
'RoseGold',
],
},
],

View File

@@ -1827,7 +1827,7 @@ const weapon = {
per: 8,
set: 'pottersSet',
},
beachUmbrella: {
shadyBeachUmbrella: {
per: 12,
set: 'beachsideSet',
},

View File

@@ -122,6 +122,7 @@ const premium = {
questPotion: true,
canBuy: hasQuestAchievementFunction('pinkMarble'),
},
RoseGold: {},
Koi: {},
};