diff --git a/module/actor.js b/module/actor.js index c3b00e1e..bfe1578c 100644 --- a/module/actor.js +++ b/module/actor.js @@ -1145,7 +1145,7 @@ export class RdDActor extends Actor { let newRencontres = rencontres.filter(it => it.coord != this.getDemiReve()); if (newRencontres.length == rencontres.length) { newRencontres.push(currentRencontre); - await this.update({ "data.reve.rencontre": newRencontres }); + await this.update({ "data.reve.rencontre.list": newRencontres }); } }