PDHdata / SmallFormats

Deck-stats server for less-common Magic: the Gathering formats
MIT License
6 stars 0 forks source link

On top lists, ties are shown ordered #47

Closed vtbassmatt closed 1 year ago

vtbassmatt commented 1 year ago

For example:

# Name # of decks
1 Tatyova, Benthic Druid 113
2 Zada, Hedron Grinder 113
3 Araumi of the Dead Tide 113
4 Fynn, the Fangbearer 107

Would be more correct if it read:

# Name # of decks
1 Tatyova, Benthic Druid 113
1 Zada, Hedron Grinder 113
1 Araumi of the Dead Tide 113
4 Fynn, the Fangbearer 107

(or the second and third 1s could be replaced by blanks).

vtbassmatt commented 1 year ago

Fixed by using Window/Rank in next deployment.