Setup new compendiums

This commit is contained in:
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;
});
}