Skip to content

Commit

Permalink
fix: add enum entries for soul shard vbloods (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra authored Jul 29, 2023
1 parent 9c11540 commit a978819
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion character/CharacterResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,13 @@ public enum VBlood {
[VBloodName("Nightmarshal Styx the Sunderer")]
BATVAMPIRE = 1112948824,
[VBloodName("Solarus the Immaculate")]
CHURCHOFLIGHT_PALADIN = -740796338
CHURCHOFLIGHT_PALADIN = -740796338,
[VBloodName("Adam the Firstborn")]
GLOOMROT_MONSTER = 1233988687,
[VBloodName("Gorecrusher the Behemoth")]
CURSED_MOUNTAINBEAST = -1936575244,
[VBloodName("The Winged Horror")]
MANTICORE = -393555055
}

public class VBloodConverter : JsonConverter<VBlood> {
Expand Down

0 comments on commit a978819

Please sign in to comment.