feat(content): Shade pet/mount collection achievements

This commit is contained in:
Sabe Jones
2021-10-21 10:49:22 -05:00
parent 73b3d9bc56
commit d2ddb743b6
14 changed files with 320 additions and 178 deletions

View File

@@ -213,6 +213,8 @@ function _getBasicAchievements (user, language) {
_addSimple(result, user, { path: 'violetsAreBlue', language });
_addSimple(result, user, { path: 'wildBlueYonder', language });
_addSimple(result, user, { path: 'domesticated', language });
_addSimple(result, user, { path: 'shadyCustomer', language });
_addSimple(result, user, { path: 'shadeOfItAll', language });
_addSimpleWithMasterCount(result, user, { path: 'beastMaster', language });
_addSimpleWithMasterCount(result, user, { path: 'mountMaster', language });