Fix npc generator forgotten "data" switched to "system"

This commit is contained in:
Vlyan
2025-03-02 13:33:56 +01:00
parent f7eaa93cd4
commit 2f50f84e0e
2 changed files with 5 additions and 7 deletions

View File

@@ -380,7 +380,7 @@ export class CharacterGenerator {
return {
img: newImg,
name: newName,
data: actorDatas,
system: actorDatas,
};
}