V1.2 #342

Merged
LeRatierBretonnien merged 13 commits from v1.2 into master 2021-01-22 17:19:40 +01:00
Showing only changes of commit 1e2c673a19 - Show all commits

View File

@ -525,7 +525,8 @@ export class RdDActor extends Actor {
for(let troncName of troncList) {
message += "<br>" + troncName;
}
ChatMessage.create( { title : "Compétence Tronc",
ChatMessage.create( {
whisper: ChatMessage.getWhisperRecipients(game.user.name),
content: message } );
}
const update = {_id: comp._id, 'data.niveau': maxNiveau };