remotes/1693045480750635534/spooky-22
Aevann1 2021-10-16 12:16:59 +02:00
parent 18987fcb20
commit 1ba74deca4
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ def buy(v, award):
v.coins -= price
g.db.add(v)
g.db.flush()
thing = g.db.query(AwardRelationship).order_by(AwardRelationship.id.desc()).first().id
thing += 1