pokken: fix achievement flags

This commit is contained in:
Hay1tsme 2024-06-11 10:30:57 -04:00
parent e69922d91b
commit e06e316b7d

View File

@ -339,7 +339,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)