Make first stage of dispiro expansion cachable

This commit is contained in:
be5invis 2021-07-13 20:55:39 -07:00
parent e7627df03c
commit 70f41352c1
9 changed files with 102 additions and 115 deletions

View file

@ -4,7 +4,7 @@ const fs = require("fs-extra");
const zlib = require("zlib");
const { encode, decode } = require("@msgpack/msgpack");
const Edition = 11;
const Edition = 12;
const MAX_AGE = 5;
class GfEntry {