fix scholar levels
This commit is contained in:
parent
69eac7df0c
commit
6d6cfe6df6
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ class CardCreator {
|
||||||
rowTextX += jobsRowTextSpacer;
|
rowTextX += jobsRowTextSpacer;
|
||||||
ctx.fillText(ClassJobs[4].Level, rowTextX, jobsRowText1Y); // Conjurer/Whitemage
|
ctx.fillText(ClassJobs[4].Level, rowTextX, jobsRowText1Y); // Conjurer/Whitemage
|
||||||
rowTextX += jobsRowTextSize;
|
rowTextX += jobsRowTextSize;
|
||||||
ctx.fillText(ClassJobs[5].Level >= 30 ? ClassJobs[9].Level : '0', rowTextX, jobsRowText1Y); // Scholar
|
ctx.fillText(ClassJobs[5].Level >= 30 ? ClassJobs[5].Level : '0', rowTextX, jobsRowText1Y); // Scholar
|
||||||
rowTextX += jobsRowTextSize;
|
rowTextX += jobsRowTextSize;
|
||||||
ctx.fillText(ClassJobs[6].Level, rowTextX, jobsRowText1Y); // Astrologian
|
ctx.fillText(ClassJobs[6].Level, rowTextX, jobsRowText1Y); // Astrologian
|
||||||
rowTextX += jobsRowTextSize;
|
rowTextX += jobsRowTextSize;
|
||||||
|
|
Loading…
Reference in a new issue