diff --git a/dataSources/srd/spells.json b/dataSources/srd/spells.json index 9361927b..993b5b45 100644 --- a/dataSources/srd/spells.json +++ b/dataSources/srd/spells.json @@ -753,7 +753,7 @@ "duration": "Concentration, up to 1 hour", "level": 7, "range": "90 feet", - "school": "Conjuation", + "school": "Conjuration", "ritual": false, "name": "Conjure Celestial", "components": { diff --git a/dataSources/srd/srdimport.js b/dataSources/srd/srdimport.js index 225fc6c2..ee9d1798 100644 --- a/dataSources/srd/srdimport.js +++ b/dataSources/srd/srdimport.js @@ -10,3 +10,8 @@ _.each(items, (item) => { item.library = "SRDLibraryGA3XWsd" LibraryItems.insert(item) }); + +_.each(spells, (spell) => { + spell.library = "SRDLibraryGA3XWsd" + LibrarySpells.insert(spell) +});