Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Apr 29, 2024
2 parents bc2571a + a4f3e2c commit 126a1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/actor/actor-wfrp4e.js
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ export default class ActorWfrp4e extends WFRP4eDocumentMixin(Actor)
{
for (let uuid of effectUuids)
{
let effect = fromUuidSync(uuid);
let effect = await fromUuid(uuid);
let message = game.messages.get(messageId);
await ActiveEffect.implementation.create(effect.convertToApplied(message?.getTest()), {parent: this, message : message?.id});
}
Expand Down

0 comments on commit 126a1c0

Please sign in to comment.