1807839336
no db nuke, but there are table change -Ghost Battle finally working (hopefully).. tested in search ghost by level.. idk about by name or anything.. i think it should work too -Crown Ghost Battle temporary fix timestamp -Attract screen time attack wrong HP -Disable venue crown car aura (causing green artifact)
9 lines
311 B
SQL
9 lines
311 B
SQL
-- AlterTable
|
|
ALTER TABLE "Car" ALTER COLUMN "stLoseBits" SET DEFAULT 0;
|
|
|
|
-- AlterTable
|
|
ALTER TABLE "GhostTrail" ADD COLUMN "tuneHandling" INTEGER NOT NULL DEFAULT 0,
|
|
ADD COLUMN "tunePower" INTEGER NOT NULL DEFAULT 0,
|
|
ALTER COLUMN "playedAt" SET DEFAULT 0,
|
|
ALTER COLUMN "crownBattle" SET DEFAULT false;
|