This patch was released alongside Wynncraft 2.1.1.
Player endpoints
- Added the current active nickname to player main stats.
- The active nickname changes depending on the last used nickname, similar to
currentActiveCharacter.
- Character
type now returns only the base class type.
- Reskinned class data moved to
reskinned.
- Added
/player/whoami.
- The route is similar to the player location route and displays information about the player associated with the current request.
Leaderboards
- Fixed content completion values that could incorrectly reach
1125.
- Made content completion counting more precise.
- Renamed raid leaderboard keys from
[nol/tcc/nog/tna]_sr_[guild/player] to [orphion/colossus/grootslang/nameless]_sr_[guild/player].
Items
- Item metadata now only returns filters that have associated items.
- The same behavior applies when using the
static query parameter.
Internal updates
- Fixed the API auto-update system not updating items, major IDs, and related data.