XIV-Character-Cards icon indicating copy to clipboard operation
XIV-Character-Cards copied to clipboard

Create-card jobBackgroundPromise length too short

Open Sollisnexus opened this issue 3 years ago • 0 comments

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

Screenshot 2021-12-25 013648

Sollisnexus avatar Dec 25 '21 06:12 Sollisnexus