Pandarida Remix items not showing as available
QartemisT opened this issue · 6 comments
@QartemisT Can you try /script AllTheThingsSavedVariables.EventCache.lease = 0;ReloadUI()
and see if that resolves the issue please? For me that helped. We'll work on something more permanent, but then you can already untick "All seasonal events" again if you don't want to have it on :)
@QartemisT Can you try
/script AllTheThingsSavedVariables.EventCache.lease = 0;ReloadUI()
and see if that resolves the issue please? For me that helped. We'll work on something more permanent, but then you can already untick "All seasonal events" again if you don't want to have it on :)
Yep this seems to work :)
At this point the Event filtering should be fine for everyone... Blizzard released the wrong dates initially (or something like this) for the in-game calendar for Remix. Thus ATT cached the wrong dates for up to a week for players that received that inaccurate data, and when Remix became available, the auto-Event filter did not add Remix content since the cached dates did not match the live Event. The script above basically forces ATT to wipe the cached calendar event data and re-pull it, which thus fixes the auto-Event filter.