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 log Abyss dungeons with Unknown dungeon name #492

Open Plombe27 opened 1 year ago

Plombe27 commented 1 year ago

Hello With the plugin run-logger, when we run Abyss dungeons, we get "Unknown" in dungeon attribute of the csv.

I see that in run-logger.js, when we get the dungeon name from BattleDungeonResult_V2 request, gMapping.dungeon (definied in mapping.js) is containing entries 6001, 8001 and 9001 for Necropolis, Giant's Keep and Dragon's Lair but dungeon id found in BattleDungeonResult_V2 request for abyss runs are 6011, 8011 and 9011.