diff --git a/CardCreator.html b/CardCreator.html
index 0df27aa..c399817 100644
--- a/CardCreator.html
+++ b/CardCreator.html
@@ -841,7 +841,7 @@ generation methods.
diff --git a/create-card.js.html b/create-card.js.html
index 27ff034..ba87012 100644
--- a/create-card.js.html
+++ b/create-card.js.html
@@ -209,7 +209,7 @@ class CardCreator {
});
const jobBackgroundsPromise = Promise.all(
- Array.from({ length: 38 }, (_, index) => loadImage(absolute(`./resources/class-jobs-backgrounds/${index + 1}.png`)))
+ Array.from({ length: 40 }, (_, index) => loadImage(absolute(`./resources/class-jobs-backgrounds/${index + 1}.png`)))
).then(images => this.jobBackgrounds = images);
const ilevelFilterPromise = createIlvlFilter(this.xivApiKey).then(filterIds => this.ilvlFilterIds = filterIds);
@@ -659,7 +659,7 @@ exports.CardCreator = CardCreator;
diff --git a/index.html b/index.html
index 5ea0bc3..803815d 100644
--- a/index.html
+++ b/index.html
@@ -111,7 +111,7 @@ example()