Skip to content

Commit

Permalink
Update characterlist.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
majestyotbr committed Oct 20, 2023
1 parent ce952ce commit 1495d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/client_entergame/characterlist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ function CharacterList.create(characters, account, otui)
else
accountStatusLabel:setText(('%s%s'):format(tr('Premium Account (%s) days left', account.premDays), status))
end
accountStatusIcon:setImageSource('/images/game/entergame/premium')
accountStatusIcon:setImageSource('/images/game/entergame/premium')
end

if account.premDays > 0 and account.premDays <= 7 then
Expand Down

0 comments on commit 1495d8e

Please sign in to comment.