Skip to content

Commit

Permalink
chore(testing): fakey dates
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Oct 27, 2023
1 parent 8e88f1f commit 7d45966
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/common/script/content/achievements.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const animalSetAchievs = {
icon: 'achievement-roughRider',
titleKey: 'achievementRoughRider',
textKey: 'achievementRoughRiderText',
release: '2023-11-14T08:00-05:00',
release: '2023-10-30T08:00-04:00',
},
woodlandWizard: {
icon: 'achievement-woodlandWizard',
Expand Down
2 changes: 1 addition & 1 deletion website/common/script/content/appearance/backgrounds.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ const plannedBackgrounds = {

const releaseDates = {
backgrounds102023: '2023-10-10T08:00-04:00',
backgrounds112023: '2023-11-07T08:00-05:00',
backgrounds112023: '2023-10-27T13:00-04:00',
};

const flat = {};
Expand Down
2 changes: 1 addition & 1 deletion website/common/script/content/gear/sets/armoire.js
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ const weapon = {

const releaseDates = {
somethingSpooky: '2023-10-10T08:00-04:00',
cookingImplementsTwo: '2023-10-07T08:00-05:00',
cookingImplementsTwo: '2023-10-27T13:00-04:00',
};

forEach({
Expand Down

0 comments on commit 7d45966

Please sign in to comment.