Meteorite T2 not populated on Achievements page
Closed this issue · 1 comments
ironstep commented
It's missing from the const moduleAchievement
object.
const moduleAchievement = {
namespaced: true,
state() {
return {
ids: [
...
'achMeteoriteT1', 'achMeteoriteT3', 'achMeteoriteT4',
...
],
}
},
FreddecGames commented
Fixed in v2.4.1