feat(content): seasonal quest achievement

This commit is contained in:
Sabe Jones
2021-03-29 17:51:33 -05:00
parent ef58360305
commit e9c69f93a6
7 changed files with 27 additions and 2 deletions

View File

@@ -209,6 +209,7 @@ function _getBasicAchievements (user, language) {
_addSimple(result, user, { path: 'seeingRed', language });
_addSimple(result, user, { path: 'redLetterDay', language });
_addSimple(result, user, { path: 'legendaryBestiary', language });
_addSimple(result, user, { path: 'seasonalSpecialist', language });
_addSimpleWithMasterCount(result, user, { path: 'beastMaster', language });
_addSimpleWithMasterCount(result, user, { path: 'mountMaster', language });