Fix Talent, prayer and db

This commit is contained in:
LeRatierBretonnien 2020-04-10 17:36:32 +02:00
parent 58f6c81cbd
commit 00fe4f0447
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ Hooks.once('init', () => {
},
// Auto-translate duration
"spells_duration_range_target_damage": (value) => {
--console.log("Spell duration/range/damage/target :", value);
//console.log("Spell duration/range/damage/target :", value);
if ( value == "" ) return ""; // Hop !
if ( value == "Touch" ) return "Contact"; // Hop !
if ( value == "You" ) return "Vous"; // Hop !

View File

@ -2,7 +2,7 @@
"name": "WH4-fr-translation",
"title": "Traduction du module WH4 en Français.",
"description": "La traduction du module WH4.",
"version": "0.40",
"version": "0.41",
"minimumCoreVersion" : "0.5.1",
"author": "LeRatierBretonnien",
"esmodules": ["babele-register.js"],