Closed MineKing9534 closed 6 months ago
Allows users to decide whether their font color or their level role color should be used for the rank display
alter table card_data add column fontrankcolor text; update card_data set fontrankcolor = 'ROLE';
Checklist
Description
Allows users to decide whether their font color or their level role color should be used for the rank display
Migration