Fixed spell data source

This commit is contained in:
Stefan Zermatten
2017-05-05 11:11:56 +02:00
parent 18aa1b2040
commit fea45d2398
2 changed files with 6 additions and 1 deletions

View File

@@ -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": {

View File

@@ -10,3 +10,8 @@ _.each(items, (item) => {
item.library = "SRDLibraryGA3XWsd"
LibraryItems.insert(item)
});
_.each(spells, (spell) => {
spell.library = "SRDLibraryGA3XWsd"
LibrarySpells.insert(spell)
});