diff --git a/rpg-docs/client/views/character/spells/spells.js b/rpg-docs/client/views/character/spells/spells.js index 85b010ba..a633f017 100644 --- a/rpg-docs/client/views/character/spells/spells.js +++ b/rpg-docs/client/views/character/spells/spells.js @@ -258,6 +258,7 @@ Template.spells.events({ } // Make the library spell into a regular spell let spell = _.omit(result, "library", "attacks", "effects"); + spell._id = spellId; spell.charId = charId; spell.parent = { id: listId,