diff --git a/module/actor.js b/module/actor.js index 78ec683d..edbe258f 100644 --- a/module/actor.js +++ b/module/actor.js @@ -1248,7 +1248,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 }); } }