Setup new compendiums
This commit is contained in:
parent
8cb8b2257e
commit
f2773972e6
@ -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;
|
||||
});
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user