XIV-Character-Cards
XIV-Character-Cards copied to clipboard
Create-card jobBackgroundPromise length too short
original (line 184 in create-card.js)
Array.from({ length: 38 }
should be
Array.from({ length: 40 )
to accommodate Reaper and Sage for Card Creation, otherwise Object error appears similar to that in the provided image
