Skip to content

Commit

Permalink
fix(birthday): correct birthday robe ownership check
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Jan 23, 2024
1 parent 6d62ecd commit 724c710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/common/script/content/gear/sets/special/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ const armor = {
text: t('armorSpecialBirthday2024Text'),
notes: t('armorSpecialBirthday2024Notes'),
value: 0,
canOwn: ownsItem('armor_special_birthday2023'),
canOwn: ownsItem('armor_special_birthday2024'),
},
};

Expand Down

0 comments on commit 724c710

Please sign in to comment.