You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
Item is a staff, that has multiple spells and charges used to cast them, currently the item is working, it allows for spells to be cast, however the Magic tab is compeltely blank, and the charges do not get restored daily at dawn automatically anymore. I created a new item and then the magic item page was there, i tried adding spells, but it will break when i add more than 2 spells and then bcome blank again. I see this error in console
Uncaught (in promise) ReferenceError: MagicItem is not defined
at sortByLevel (magic-item-helpers.js:64:34)
at Array.sort ()
at _a.sort (MagicItem.js:54:33)
at _MagicItemTab.render (magicItemtab.js:88:20)
at _MagicItemTab.init (magicItemtab.js:69:10)
at MagicItemTab.bind (magicItemtab.js:17:11)
at Object.fn (module.js:72:16)
at #call (foundry.js:730:20)
at Hooks.callAll (foundry.js:687:17)
at _Tidy5eItemSheet._render (foundry.js:5855:13)
at async _Tidy5eItemSheet._render (foundry.js:6532:5)
Screenshots
Browser:
Chrome
**Foundry Version: 11.315
**Game System: DND 2.4.1
The text was updated successfully, but these errors were encountered:
Module Version: v1.4.6
Describe the Bug
Item is a staff, that has multiple spells and charges used to cast them, currently the item is working, it allows for spells to be cast, however the Magic tab is compeltely blank, and the charges do not get restored daily at dawn automatically anymore. I created a new item and then the magic item page was there, i tried adding spells, but it will break when i add more than 2 spells and then bcome blank again. I see this error in console
Uncaught (in promise) ReferenceError: MagicItem is not defined
at sortByLevel (magic-item-helpers.js:64:34)
at Array.sort ()
at _a.sort (MagicItem.js:54:33)
at _MagicItemTab.render (magicItemtab.js:88:20)
at _MagicItemTab.init (magicItemtab.js:69:10)
at MagicItemTab.bind (magicItemtab.js:17:11)
at Object.fn (module.js:72:16)
at #call (foundry.js:730:20)
at Hooks.callAll (foundry.js:687:17)
at _Tidy5eItemSheet._render (foundry.js:5855:13)
at async _Tidy5eItemSheet._render (foundry.js:6532:5)
Screenshots
Browser:
**Foundry Version: 11.315
**Game System: DND 2.4.1
The text was updated successfully, but these errors were encountered: