NikolayXHD / Mtgdb

Mtgdb.Gui - desktop app to search MTG cards and build decks
https://www.slightlymagic.net/forum/viewtopic.php?f=62&t=19299
Other
63 stars 10 forks source link

unstableSetReplacement always returns the first file #4

Closed maforget closed 6 years ago

maforget commented 6 years ago

char.GetNumericValue(letter) & char.GetNumericValue('a') both return -1 so every file only show the first image.

ex: Everythingamajig (a) returns Everythingamajig1 also Everythingamajig (b) returns also Everythingamajig1 and so on.

There is no need for char.GetNumericValue()

NikolayXHD commented 6 years ago

Released 3.1.0.7 with that fixed, thanks!