Andu2 / FEH-Mass-Simulator

A mass one-on-one dueling simulator for Fire Emblem Heroes.
50 stars 27 forks source link

Abel is displayed as "New Hero" in search bar UI #146

Closed krbysh closed 6 years ago

krbysh commented 6 years ago

Abel, top of heroes list, is displayed as "New Hero" in search bar UI. The others are displayed as respective name.

Probably fix it by changing from "<= 0" to "< 0" in the following conditions. https://github.com/Andu2/FEH-Mass-Simulator/blob/master/code.js#L2365

Thank you as always!

jyc8 commented 6 years ago

Good catch, thanks for the quick solution!