Leftover Skill Buttons
DreamsUnderStars opened this issue ยท 5 comments
Extra trade icons on the window when switching professions; from the addons site comments.
Chaandra indeed has data for all of those tradeskills in the database. You have one queued item on Lailanniea and a few options set. These will be reset if you take the simple route which is to type /skillet flushalldata
.
There currently isn't an option to just do one character but it can be done manually if you are brave, Skillet.db.realm.tradeSkills["Chaandra"] = {}
. You could do that for all characters with /run Skillet.db.realm.tradeSkills = {}
. That data is rebuilt for each character when they first login. There are other player specific tables but this one is causing the issue.
Do any of the above, logout, and login again. If Chaandra still has all of those buttons showing then Blizzard may be lying to Skillet and I'll need to capture more data.
Just out of curiosity, did Chaandra change professions (i.e. did they have the other professions at one time in their life)?
This happened to a couple characters after changing professions; Chaandra was one of them.