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 #27 from Tawmy/6.45
Browse files Browse the repository at this point in the history
6.45
  • Loading branch information
Tawmy committed Aug 6, 2023
2 parents d3353c9 + cb2ade1 commit 17bb8af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# xivapi-cs
XIVAPI wrapper with utility goodies

![Supported Version](https://img.shields.io/badge/supported%20version-6.3-blue)
![Supported Version](https://img.shields.io/badge/supported%20version-6.45-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/Leyla-Labs/xivapi-cs/dashboard)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/a4232d2258194ff6bd0b2b2ab60c7233)](https://www.codacy.com/gh/Tawmy/xivapi-cs/dashboard)
[![CodeQL](https://github.com/Tawmy/xivapi-cs/actions/workflows/codeql.yml/badge.svg)](https://github.com/Tawmy/xivapi-cs/actions/workflows/codeql.yml)
[![.NET (Build + Tests)](https://github.com/Tawmy/xivapi-cs/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Tawmy/xivapi-cs/actions/workflows/dotnet.yml)
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 => 460;
public static int MinionsTotal => 476;

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

0 comments on commit 17bb8af

Please sign in to comment.