New source found from dndbeyond.com
This commit is contained in:
@@ -92,7 +92,7 @@ export default function SpellManagerContainer({
|
||||
|
||||
const getData = useCallback(
|
||||
async function getData() {
|
||||
let classSpellMap = await spellsManager.getSpellShoppe();
|
||||
let classSpellMap = await spellsManager.getSpellShoppe(true);
|
||||
if (!classSpellMap[charClassId] || shouldFetch) {
|
||||
classSpellMap = await spellsManager.getSpellShoppe(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user