#5 Encaissement des dommages libre

This commit is contained in:
2020-11-10 13:53:51 +01:00
parent 2ba20aa615
commit 397f140cb3
9 changed files with 53 additions and 25 deletions

View File

@ -370,7 +370,8 @@ export class TMRUtility {
await pack.getIndex();
let entry = pack.index.find(e => e.name === tableName);
let rollQueues = await pack.getEntity(entry._id);
let result = rollQueues.draw( { displayChat: toChat } );
let result = await rollQueues.draw( { displayChat: toChat } );
console.log("CAT", result);
return result;
}