Await ActiveEffect - TEST

This commit is contained in:
sladecraven 2021-06-01 17:18:06 +02:00
parent 53bc21eade
commit 39eda96f61
2 changed files with 2 additions and 2 deletions

View File

@ -3009,7 +3009,7 @@ export class RdDActor extends Actor {
}); });
return; return;
} }
this.setStatusDemiReve(true); await this.setStatusDemiReve(true);
} }
const actorData = Misc.data(this); const actorData = Misc.data(this);

View File

@ -2,7 +2,7 @@
"name": "foundryvtt-reve-de-dragon", "name": "foundryvtt-reve-de-dragon",
"title": "Rêve de Dragon", "title": "Rêve de Dragon",
"description": "Rêve de Dragon RPG for FoundryVTT", "description": "Rêve de Dragon RPG for FoundryVTT",
"version": "1.4.15", "version": "1.4.16",
"manifestPlusVersion": "1.0.0", "manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.8.0", "minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.5", "compatibleCoreVersion": "0.8.5",