Wallet balance is working

This commit is contained in:
2018-10-29 08:31:38 +11:00
parent b4e42e4d76
commit ccefdff498
3 changed files with 205 additions and 133 deletions

View File

@@ -29,6 +29,8 @@ CREATE TABLE IF NOT EXISTS users (
strength int NOT NULL DEFAULT 5,
speed int NOT NULL DEFAULT 5,
upgradePoints int NOT NULL DEFAULT 0,
wallet int NOT NULL DEFAULT 0,
upgradePoints int NOT NULL DEFAULT 0
lastCheckin DATETIME NULL
);