-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Additional buttons for chest slot of Amirdrassil raid armor not wroking #246
Comments
Your profile doesn't show you've changed said buttons. Remember to click the "okay" button after configuring the button names/responses. |
hm, i probably zipped before closing client didn't saved configuration. Also attaching screenshot. |
so was playing around debugging, found that those chest items assigned as INVTYPE_ROBE. had to manually copy INVTYPE_CHEST section and change to INVTYPE_ROBE in RCLootCouncil.lua and it worked out. Now need fix for addon to save it as INVTYPE_CHEST AND INVTYPE_ROBE |
Hmm I remember dealing with that before, and thought it to be working. Will have to look into it again. |
forgot to mention that i change RCLootCouncil\Core\Constants.lua |
Fixed in v3.10.4 |
Describe the bug
Additional buttons (Chest) for Amirdrassil chest armor not working, shows default selection (Need, Greed, ...) buttons. For other chest armor, from older raids, works as intended.
RCLootCouncil.zip
The text was updated successfully, but these errors were encountered: