LotroCompanion / lotro-companion

A graphical tool to manage your Lotro Characters (including gear/stats simulation)
29 stars 3 forks source link

Get rid of enum Race #370

Closed dmorcellet closed 1 year ago

dmorcellet commented 1 year ago

This enum is hard coded. Use the RacesManager that relies on XML data.

dmorcellet commented 1 year ago

Race key is used in requirements: Used in: barterers,effect buffs, loot tables, relics, deeds, quests, items and in class/initial gear

dmorcellet commented 1 year ago

Done.