foundryvtt / foundryvtt-premium-content

Public issue tracking for feature requests and bug reports related to first-party premium content for Foundry Virtual Tabletop.

Home Page:https://foundryvtt.com/packages/premium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Abomination Vaults fails to update world description

farling42 opened this issue · comments

What happened?

Abomination Vaults installer is trying to call game.world.data.update rather than game.world.update

What package are you reporting this for?

Pathfinder: Abomination Vaults

Version

3.1.3

Relevant log output

TypeError: Cannot read properties of undefined (reading 'update')
    at Object.handler (adventure.mjs:84:25)
    at async PF2EAdventureImporter._importContent (importer.mjs:162:7)
    at async PF2EAdventureImporter._importLegacy (foundry.js:75014:32)
    at async PF2EAdventureImporter._onSubmit (foundry.js:6641:7)