DFortun81 / AllTheThings

ALL THE THINGS - Addon for Tracking Collections & Account Completion in World of Warcraft
Other
120 stars 76 forks source link

Pandarida Remix items not showing as available #1645

Closed QartemisT closed 1 week ago

QartemisT commented 1 month ago

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

ShadowBrooks commented 1 month ago

Are you using the latest version 3.12.2?

QartemisT commented 1 month ago

Yes, I am using the latest release version 3.12.2

ShadowBrooks commented 1 month ago

@ImUnicke https://discord.com/channels/242423099184775169/326077531046281216/1242083428263002194

ninaarens commented 1 month ago

@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 commented 1 month ago

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

ImUnicke commented 1 week ago

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.