FreddecGames/ngsc

Meteorite T2 not populated on Achievements page

Closed this issue · 1 comments

It's missing from the const moduleAchievement object.

const moduleAchievement = {
    namespaced: true,
    state() {
        return {
            
            ids: [
                ...
                'achMeteoriteT1', 'achMeteoriteT3', 'achMeteoriteT4',
                ...
            ],
        }
    },

Fixed in v2.4.1