forked from Hay1tsme/artemis
pokken: add_profile_points stub
This commit is contained in:
parent
bd356af272
commit
71c43a4a57
@ -137,6 +137,9 @@ class PokkenProfileData(BaseData):
|
|||||||
def update_profile_tutorial_flags(self, user_id: int, tutorial_flags: Dict) -> None:
|
def update_profile_tutorial_flags(self, user_id: int, tutorial_flags: Dict) -> None:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def add_profile_points(self, user_id: int, rank_pts: int, money: int, score_pts: int) -> None:
|
||||||
|
pass
|
||||||
|
|
||||||
def get_profile(self, user_id: int) -> Optional[Row]:
|
def get_profile(self, user_id: int) -> Optional[Row]:
|
||||||
sql = profile.select(profile.c.user == user_id)
|
sql = profile.select(profile.c.user == user_id)
|
||||||
result = self.execute(sql)
|
result = self.execute(sql)
|
||||||
|
Loading…
Reference in New Issue
Block a user