Skip to content

Commit

Permalink
Allow half levels to show in PVP notification (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: Thunder <thunder@domain.com>
  • Loading branch information
thunder123456 and Thunder committed Dec 24, 2020
1 parent 552d88d commit 19106c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Net/Models/PVPRank.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class PVPRank
public int FormId { get; set; }

[JsonProperty("level")]
public ushort? Level { get; set; }
public double? Level { get; set; }

[JsonProperty("cp")]
public int? CP { get; set; }
Expand Down

0 comments on commit 19106c7

Please sign in to comment.