gw2-api / issues

14 stars 0 forks source link

Daily Orr Fisher achievement is not exposed in Daily End of Dragons category #57

Open SergeAzel opened 1 year ago

SergeAzel commented 1 year ago

Current Behavior

The Daily End of Dragons achievement category is not including the "Daily Orr Fisher" achievement, when it is a part of the in-game dailies.

The below link is the provided category.

https://api.guildwars2.com/v2/achievements/categories/321?v=2022-03-23T19:00:00.000Z

Note that on days where "Daily Orr Fisher" is an active daily (see: https://wiki.guildwars2.com/wiki/Daily_End_of_Dragons for reference), this category is only returning four achievements instead of the expected five.

Expected Behavior

Expected the ID for the Daily Orr Fisher achievement to be included in the Daily End of Dragons achievement category, when said achievement is included in today's (or tomorrow's) in-game daily achievements.

Steps To Reproduce

  1. Navigate to https://wiki.guildwars2.com/wiki/Daily_End_of_Dragons - confirm that Daily Orr Fisher is either included as today or tomorrow's daily achievements
  2. Access API Endpoint https://api.guildwars2.com/v2/achievements/categories/321?v=2022-03-23T19:00:00.000Z
  3. Notice only four achievements listed for the day that should include the Daily Orr Fisher achievement
  4. Load the listed achievements for said day using the /v2/achievements endpoint
  5. Note that Daily Orr Fisher is not among the results loaded

Happening since

Reported 4/19/2023

Anything else?

I anticipate this may be the achievement simply isn't exposed in the public api whatsoever currently.