All items are in alphabetical order
Ciante79 opened this issue ยท 3 comments
Every items and every submenu items are all in alphabetical order instead of ID order like before
Would it be possbile to revert the change? (or make an option to toggle between the two?)
Now this is what I found so far:
- All of the mage/race/class spells were in alphabetical order from the beginning. This is becase they were printed by different method (by using generatelinks and PairsByKeys and PairsByKeys using sort on table)
- Other items were in order in which they were filled into the database because they were printed by simple iterating though lists.
So yeah, I've made this configurable )