pokken: fix achievement flags

This commit is contained in:
2024-06-11 10:30:57 -04:00
committed by beerpsi
parent 346ea41db4
commit 58e4f1f3da

View File

@ -337,7 +337,7 @@ class PokkenBase:
for ach_flg in req.achievement_flag:
ach_flgs.append(ach_flg)
await self.data.profile.update_profile_tutorial_flags(user_id, ach_flg)
await self.data.profile.update_profile_achievement_flags(user_id, ach_flg)
for evt_flg in req.event_achievement_flag:
evt_flgs.append(evt_flg)