Skip to content

Commit

Permalink
fix(enums): fix wrong numbers in creatures enum
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Mar 26, 2022
1 parent e5d41c3 commit a877b9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/models/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export enum Creatures {
RustDragon,
CrystalDragon,
AzureDragon,
Ballista,
Nymph,
Oceanid,
CrewMate,
Expand All @@ -155,11 +156,10 @@ export enum Creatures {
NixWarrior,
SeaSerpent,
Haspid,
Satyr,
Fangarm,
Ballista,
Cannon,
Satyr,
Leprechaun,
Cannon,
SteelGolem,
}

Expand Down

0 comments on commit a877b9c

Please sign in to comment.