mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
A few bugfixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user