feat(content): new pet color achievements

This commit is contained in:
Sabe Jones
2021-05-25 14:37:15 -05:00
parent 0a85b37e5b
commit 72d0865201
10 changed files with 131 additions and 1 deletions

View File

@@ -210,6 +210,8 @@ function _getBasicAchievements (user, language) {
_addSimple(result, user, { path: 'redLetterDay', language });
_addSimple(result, user, { path: 'legendaryBestiary', language });
_addSimple(result, user, { path: 'seasonalSpecialist', language });
_addSimple(result, user, { path: 'violetsAreBlue', language });
_addSimple(result, user, { path: 'wildBlueYonder', language });
_addSimpleWithMasterCount(result, user, { path: 'beastMaster', language });
_addSimpleWithMasterCount(result, user, { path: 'mountMaster', language });