Stabilisation de la v10 #555

Merged
uberwald merged 8 commits from VincentVk/foundryvtt-reve-de-dragon:v10 into v10 2022-09-20 07:46:17 +02:00
Showing only changes of commit a75ee8fbc6 - Show all commits

View File

@ -25,7 +25,7 @@ export class RdDRollTables {
/* -------------------------------------------- */
static async drawTextFromRollTable(tableName, toChat) {
const drawResult = await RdDRollTables.genericGetTableResult(tableName, toChat);
return drawResult.system.text;
return drawResult.data.text;
}
/* -------------------------------------------- */