Fix npc generator forgotten "data" switched to "system"
This commit is contained in:
@@ -380,7 +380,7 @@ export class CharacterGenerator {
|
||||
return {
|
||||
img: newImg,
|
||||
name: newName,
|
||||
data: actorDatas,
|
||||
system: actorDatas,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user