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

Commit

Permalink
Merge pull request #28 from Tawmy/6.51
Browse files Browse the repository at this point in the history
Update to game version 6.51
  • Loading branch information
Tawmy authored Nov 1, 2023
2 parents 17bb8af + 492c3d9 commit 8ee8056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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;
}

0 comments on commit 8ee8056

Please sign in to comment.