IDZ: Add support for player auras

This commit is contained in:
85be42b2ce67a8e34b32793360824b056c0c2444
2019-11-27 02:22:03 +00:00
committed by da5669c09fdb0a288ba01e259a609d7779ac7fc9
parent c5e39f104f
commit 6da5abcefc
13 changed files with 26 additions and 5 deletions

View File

@@ -98,6 +98,7 @@ create table "idz_settings" (
on delete cascade,
"music" integer not null,
"pack" integer not null,
"aura" integer not null,
"paper_cup" integer not null, -- Not a boolean, oddly enough
"gauges" integer not null
);
@@ -192,6 +193,7 @@ create table "idz_unlocks" (
"id" integer primary key not null
references "idz_profile"("id")
on delete cascade,
"auras" integer not null,
"cup" integer not null,
"gauges" integer not null,
"music" integer not null,