[Shadowlands][Bug] Need to disable TMW if i am guilded on the PTR server
SveSop opened this issue ยท 2 comments
What version of TellMeWhen are you using?
8.7.5-6-ge590855e
What steps will reproduce the problem?
- Be in a guild on the PTR server
- Have TMW addon enabled
- Possibly need to have stuff set up - I have not tested this with a completely empty config with no cd's/timers/whatever configured.
- This does not seem to happen on a character without a guild
What do you expect to happen? What happens instead?
It crashes a few seconds after i log in. The error counter keep counting up until i click "reload".
Screenshots and Export Strings
Seems to be something iffy with LibDogTag and 'GuildRoster' being a (nil value).
Additional Info
It does not seem to happen on my 2 other characters that are not in a guild.
Editing /_ptr_/Interface/Addons/TellMeWhen/Lib/LibDogTag-Unit-3.0/Categories/GuildNote.lua
and change
if currentTime > nextGuildRosterUpdate then
to
if currentTime == nextGuildRosterUpdate then
Gets rid of the error by basically never be true... But i don't know if getting "GuildNote" from the guild is important for TMW?