Fixed spell data source
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -10,3 +10,8 @@ _.each(items, (item) => {
|
||||
item.library = "SRDLibraryGA3XWsd"
|
||||
LibraryItems.insert(item)
|
||||
});
|
||||
|
||||
_.each(spells, (spell) => {
|
||||
spell.library = "SRDLibraryGA3XWsd"
|
||||
LibrarySpells.insert(spell)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user