1.9
This commit is contained in:
parent
fc7c94bd69
commit
2cc2f003df
71 changed files with 3359 additions and 1027 deletions
|
|
@ -8,8 +8,8 @@
|
|||
if (!ids) throw new Error("TarinaiDomainIds must be loaded before save_schema.js");
|
||||
if (!itemCatalog) throw new Error("TarinaiItemTypeCatalog must be loaded before save_schema.js");
|
||||
|
||||
const SNAPSHOT_VERSION = 35;
|
||||
const BINARY_SCHEMA_VERSION = 43;
|
||||
const SNAPSHOT_VERSION = 40;
|
||||
const BINARY_SCHEMA_VERSION = 49;
|
||||
|
||||
function moodValue(index, fallback = "relaxed") {
|
||||
return ids.canonicalMoodId(ids.enumValue(ids.MOOD_IDS, index, fallback));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue