fixed storage location issues and minor bugs

This commit is contained in:
2021-04-28 18:43:19 +02:00
parent 9bbf1b302e
commit 471213dae0
11 changed files with 17 additions and 1782 deletions

View File

@ -1,5 +1,5 @@
const { getAttributeLevels } = require('@dsabot/getAttributeLevels');
const Spells = require('../data/Spells.json');
const Spells = require('@Lib/Spells.json');
const getSpell = ({ Character: Character = [], spell_name: spell_name = '' } = {}) => {
const spell_entry =