Xzandro / sw-exporter

This tool will parse intercepted data from Summoners War and extract information on the monsters and runes of the user.
Apache License 2.0
414 stars 194 forks source link

run-logger plugin doesn't log Dimension Hole runs #479

Open tolgaozel opened 1 year ago

tolgaozel commented 1 year ago

I cannot see dimension hole runs in the csv file generated by run-logger.js plugin. I see that it looks for BattleDimensionHoleDungeonResult but full _logger shows the command as BattleDimensionHoleDungeonResult_V2.

Xzandro commented 1 year ago

Well, seems like it changed at some point. But not sure if the data structure got changed as well or not. No idea if and when can get to this, but I accept PRs for it.

bradschwyzer commented 1 year ago

I put in a pull request here to fix this . https://github.com/Xzandro/sw-exporter/pull/482