Small fixes 1.2 #311

Merged
vincent.vandeme merged 1 commits from small-fixes-1.2 into v1.2 2020-12-30 00:31:05 +01:00
Showing only changes of commit 19036996bd - Show all commits

View File

@ -532,7 +532,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 };