Setup new compendiums

This commit is contained in:
sladecraven 2020-11-05 23:16:06 +01:00
parent 8cb8b2257e
commit f2773972e6
2 changed files with 2 additions and 1 deletions

View File

@ -272,6 +272,7 @@ const __check_fix_wrong_modules = ( chatFlag, patchFinished ) => {
let filename = file.substring(file.lastIndexOf("/")+1, file.indexOf(".json"));
if ( __wfrp4e_tables[filename] == 1 ) { // Matching table name -> patch !
fetch(file).then(r=>r.json()).then(records => {
console.log("Patch !!!", filename);
WFRP_Tables[filename] = records;
});
}

View File

@ -3,7 +3,7 @@
"name": "WH4-fr-translation",
"title": "Traduction du module WH4 en Français.",
"description": "La traduction du module WH4.",
"version": "1.3.3",
"version": "1.3.4",
"minimumCoreVersion" : "0.6.6",
"compatibleCoreVersion": "1.0.0",
"author": "LeRatierBretonnien",