forked from Hay1tsme/artemis
pokken: fix achievement flags
This commit is contained in:
parent
e69922d91b
commit
e06e316b7d
@ -339,7 +339,7 @@ class PokkenBase:
|
|||||||
for ach_flg in req.achievement_flag:
|
for ach_flg in req.achievement_flag:
|
||||||
ach_flgs.append(ach_flg)
|
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:
|
for evt_flg in req.event_achievement_flag:
|
||||||
evt_flgs.append(evt_flg)
|
evt_flgs.append(evt_flg)
|
||||||
|
Loading…
Reference in New Issue
Block a user