
"Report Collected Things" setting cannot be turned off
glassleo opened this issue ยท 4 comments
Which flavo(u)r(s) of WoW are you using?
Retail
Which server realm(s) are you in?
EU
What build number of WoW?
11.0.7.58630
Which version of ATT?
Latest release
What build number of ATT?
4.2.7a (release)
What isn't working? What was supposed to happen?
Unchecking Features > Reporting > Report Colleted Things does not work
With the option unchecked I am still getting chat messages any time I collect a transmog.
Screenshot
Steps to reproduce the behavior.
- Uncheck "Report Collected Things"
- Get a new transmog, and notice it is still reported
Are you experiencing any lua errors?
No
Anything else?
No response
Might be same bug as #1877
Looking at the code in Transmog.lua
, it seems like the setting is ignored for "completionist mode"
I would like to be able to turn off the messages even when in completionist mode. I don't want the messages but I want to see missing sources in ATT lists.
I'm using the CVar missingTransmogSourceInItemTooltips
so the game already reports new sources to me. I don't need ATT to spam me an extra time.
The ATT logic is mainly handled by two contributors, Classic logic by author @DFortun81 and Retail logic by @ImUnicke.
Should be fixed with 458e208