Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Update to game version 6.51 #28

Merged
merged 1 commit into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# xivapi-cs
XIVAPI wrapper with utility goodies

![Supported Version](https://img.shields.io/badge/supported%20version-6.45-blue)
![Supported Version](https://img.shields.io/badge/supported%20version-6.51-blue)
![.NET Version](https://img.shields.io/badge/.NET-6.0-blue)

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/a4232d2258194ff6bd0b2b2ab60c7233)](https://www.codacy.com/gh/Tawmy/xivapi-cs/dashboard)
Expand Down
4 changes: 2 additions & 2 deletions xivapi-cs/Values.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ namespace xivapi_cs;
internal static class Values
{
// https://na.finalfantasyxiv.com/lodestone/playguide/db/item/?category2=7&category3=81
public static int MinionsTotal => 476;
public static int MinionsTotal => 483;

// https://xivapi.com/search?indexes=Mount&filters=Order%3E=0&limit=1
public static int MountsTotal => 260;
public static int MountsTotal => 272;
}