Add a migration for the world setting to make it use an array of item schemas

This commit is contained in:
Oliver 2026-04-21 16:53:04 -06:00
parent 6461057647
commit f558b08c75
2 changed files with 14 additions and 3 deletions

View file

@ -71,7 +71,7 @@ export function registerWorldSettings() {
game.settings.register(__ID__, `actorDefaultAttributes`, {
config: false,
type: Object,
type: Array,
scope: `world`,
});