diff --git a/src/module/providers/dnd5e.js b/src/module/providers/dnd5e.js index 77b6253..88cf1c1 100644 --- a/src/module/providers/dnd5e.js +++ b/src/module/providers/dnd5e.js @@ -674,7 +674,7 @@ export class dnd5eProvider { "Swashbuckler", "Thief" ], - sorcerer: ["Devine Soul", "Draconic", "Shadow", "Storm", "Wild"], + sorcerer: ["Divine Soul", "Draconic", "Shadow", "Storm", "Wild"], warlock: [ "Archfey", "Celestial", @@ -698,5 +698,4 @@ export class dnd5eProvider { "War Magic" ] }; - }