ALL THE THINGS

ALL THE THINGS

31M Downloads

Pandarida Remix items not showing as available

QartemisT opened this issue · 6 comments

commented

Pandarida Remix items are not showing as available, unless you have the "All Seasonal Events" enabled.
Appears to be an issue with the calendar handler to when the event appropriately ends?

EU region (Since I noticed an override there)

image
image

commented

Are you using the latest version 3.12.2?

commented

Yes, I am using the latest release version 3.12.2

commented

@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 :)

commented

@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 :)

commented

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.