Wage payouts to virtual wallets (#33537)

* Wage payouts to virtual wallets

* Wage payouts to virtual wallets

* ATMs too

* decimal patch

Co-authored-by: SECBATON GRIFFON <sage>
This commit is contained in:
SECBATON GRIFFON
2022-10-28 23:51:02 +01:00
committed by GitHub
parent c711d4585b
commit 5e25ea14fe
10 changed files with 66 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ CREATE TABLE players (
disabilities INTEGER,
nanotrasen_relation TEXT,
bank_security INTEGER,
wage_ratio INTEGER,
UNIQUE ( player_ckey, player_slot )
);