fix: load and persist legacy inheritance ranks

This commit is contained in:
2026-07-25 21:19:24 +00:00
parent 482beb055f
commit 6272ff9882
10 changed files with 95 additions and 39 deletions
+3
View File
@@ -40,6 +40,9 @@ export const RANK_DATA_TYPES = [
'betwingold',
'inherit_earned',
'inherit_spent',
'inherit_earned_dyn',
'inherit_earned_act',
'inherit_spent_dyn',
] as const;
export type RankDataType = (typeof RANK_DATA_TYPES)[number];