Profession tools not sorted into profession bags
chaosblad3 opened this issue ยท 4 comments
Profession bags are capable of storing the tools used for that profession, e.g. mining pick can go in mining bag, jeweler's kit in gem pouch etc, however when sorting bags these tools are always moved into a general bag instead of their appropriate profession bag.
yeah, I will try to finish it this weekend it's a lot of boring copy pasting of ids from wowhead.
The sortbags is not functioning, if you have a item with a socking gem in your container.
Change 'item:(%d+):(%d*):::::(%-?%d*):(%-?%d*)' into 'item:(%d+):(%d*):%d*::::(%-?%d*):(%-?%d*)' would fix the issue.
Turns out the gemID is next to enchantID.
Sorry that I post here.