Fix RollTables: utilisent data, pas system
This commit is contained in:
		| @@ -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; | ||||
|   } | ||||
|  | ||||
|   /* -------------------------------------------- */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user