Use ClassJob from UnlockedState
This commit is contained in:
parent
45b34da4de
commit
94833df5c4
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ class CardCreator {
|
|||
ctx.beginPath();
|
||||
ctx.fillRect(rectStartX, rectStartRow1Y, rectFullWidth, rectHeightRow1);
|
||||
|
||||
ctx.drawImage(this.imgJobBg[data.Character.ActiveClassJob.Class.ID], rectStartX, rectStartRow1Y, rectFullWidth, rectHeightRow1);
|
||||
ctx.drawImage(this.imgJobBg[data.Character.ActiveClassJob.UnlockedState.ID], rectStartX, rectStartRow1Y, rectFullWidth, rectHeightRow1);
|
||||
|
||||
ctx.fillRect(rectStartX, rectStartRow2Y, rectHalfWidth, rectHeightRow2);
|
||||
ctx.fillRect(rectStartXHalf, rectStartRow2Y, rectHalfWidth, rectHeightRow2);
|
||||
|
|
Loading…
Reference in a new issue