Update dnd5e.js

pull/1/head
Matheus Clemente 2023-11-12 03:11:39 -03:00
parent 7359c359c9
commit ef6fa264e3
1 changed files with 1 additions and 2 deletions

View File

@ -674,7 +674,7 @@ export class dnd5eProvider {
"Swashbuckler", "Swashbuckler",
"Thief" "Thief"
], ],
sorcerer: ["Devine Soul", "Draconic", "Shadow", "Storm", "Wild"], sorcerer: ["Divine Soul", "Draconic", "Shadow", "Storm", "Wild"],
warlock: [ warlock: [
"Archfey", "Archfey",
"Celestial", "Celestial",
@ -698,5 +698,4 @@ export class dnd5eProvider {
"War Magic" "War Magic"
] ]
}; };
} }