Skip to content

Commit e6cf1d0

Browse files
committed
a
1 parent a5ebc68 commit e6cf1d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ export function initConfig() {
854854
if (preparedFlag === "all") return false;
855855
if (preparedFlag === "preparedOnly") return true;
856856
const classes = Object.keys(this.actor.classes);
857-
const requiresPreparation = ["cleric", "druid", "paladin", "wizard", "artificer", "ranger"].some((className) => classes.includes(className));
857+
const requiresPreparation = ["cleric", "druid", "paladin", "wizard", "artificer"].some((className) => classes.includes(className));
858858
return requiresPreparation;
859859
}
860860

0 commit comments

Comments
 (0)