handle new umadump output shapes
This commit is contained in:
@@ -69,8 +69,8 @@ func ismRows(key string, ism WorkIdleSingleMode) iter.Seq[Row] {
|
||||
}
|
||||
row := Row{
|
||||
File: key,
|
||||
Scenario: int(ism.Chara.ScenarioID),
|
||||
Character: int(ism.Chara.CardID),
|
||||
Scenario: int(ism.ProgressInfo.Chara.ScenarioID),
|
||||
Character: int(ism.ProgressInfo.Chara.CardID),
|
||||
Deck1: int(pl.SupportCardGains[0].SupportCardID),
|
||||
Deck2: int(pl.SupportCardGains[1].SupportCardID),
|
||||
Deck3: int(pl.SupportCardGains[2].SupportCardID),
|
||||
|
||||
Reference in New Issue
Block a user