Closed ScionSpy closed 1 month ago
Describe the bug
When the results post for "Struggle" results indicate all wins, and losses, are wins.
To Reproduce
Steps to reproduce the behavior: Enter the struggle. Win a battle. Lose a battle. Post results, all struggle with show as "Win" (Full Star)
Steps to reproduce the behavior:
Expected behavior
Struggle win as a complete star, and struggle losses as an empty star.
Screenshots
https://github.com/ScionSpy/G-C-A_V2/blob/b6b9e35a0eec995b9c1de4253284b975dced7338/Src/Modules/ClanBattles/Classes/Battle.js#L147
stage.progress[x] ? -> stage.progress[x] == 'victory' ?
stage.progress[x] ?
stage.progress[x] == 'victory' ?
Describe the bug
To Reproduce
Expected behavior
Screenshots