Skip to content

Commit 8a531cb

Browse files
committed
correct huntaxe name :/
1 parent ee6f588 commit 8a531cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Client/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.11.1
1+
VERSION=0.11.2
22
PACKAGE_NAME=Coflnet.Sky.PlayerState.Client
33

44
docker run --rm -v "${PWD}:/local" --network host -u $(id -u ${USER}):$(id -g ${USER}) openapitools/openapi-generator-cli generate \

Models/ExtractedInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class ExtractedInfo
4141
[Key(14)]
4242
public List<PetState>? Pets { get; set; } = null;
4343
[Key(15)]
44-
public Item? WeaponInHuntaxet { get; set; } = null;
44+
public Item? WeaponInHuntaxe { get; set; } = null;
4545
[MessagePackObject]
4646
public class PetState
4747
{

0 commit comments

Comments
 (0)