diff --git a/addon-register.js b/addon-register.js index 2f3b6d2..d96a083 100644 --- a/addon-register.js +++ b/addon-register.js @@ -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; }); } diff --git a/module.json b/module.json index 09cf9c9..928df0b 100644 --- a/module.json +++ b/module.json @@ -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",