A few bugfixes

This commit is contained in:
2018-10-29 18:21:06 +11:00
parent a3886fc863
commit 02a52f0b07
4 changed files with 35 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ CREATE TABLE IF NOT EXISTS users (
faction bigint,
factionChanged DATETIME NULL,
level int NOT NULL DEFAULT 1,
level int NOT NULL DEFAULT 0,
experience int NOT NULL DEFAULT 0,
maxHealth int NOT NULL DEFAULT 100,