[BUG] Hunter CLASS Common Sequences not appearing at the top under Class
LarryThiessen opened this issue ยท 6 comments
๐ข How does GSE currently work
Class Common Sequences are listed at the bottom after the last SPEC
๐ข Describe the solution you'd like
Place CLASS Common Sequences at the top on Sequence List Directly under CLASS before the first SPEC
๐ข Additional context
Thank you Tim!
It's tied to sorting. When GSE gets the list of sequence names, it gets this list:
The keys to this are ["CLASSID,SPECID,NAME,0"]
It would then sort the list lexicographically rather than alphabetically.
We expect that 3,3,xxxx
would come before 3,253,xxxxx
but computers don't think that way. It works perfectly for Warriors and Paladins out of the box as their classids are 1 and 2, respectively.