fixed db spell conversion 🔧

description
Nicolas FRANCO 2 years ago
parent 936d185bcd
commit c435e05f28

@ -41,7 +41,7 @@ def insertSpells():
duration = spell.get('duration') duration = spell.get('duration')
saving_throw = spell.get('saving_throw') saving_throw = spell.get('saving_throw')
spell_resistance = spell.get('spell_resistance') spell_resistance = spell.get('spell_resistance')
description = '\n'.join(spell.get('description', [])) description = spell.get('description')
components = spell.get('components') components = spell.get('components')
area = spell.get('area') area = spell.get('area')
effect = spell.get('effect') effect = spell.get('effect')

Binary file not shown.
Loading…
Cancel
Save