Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from ShaneMaglangit/gene-quality
Browse files Browse the repository at this point in the history
Fix dawn binary
  • Loading branch information
ShaneMaglangit authored Jul 31, 2021
2 parents d30140b + 403f7f8 commit 8e645e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agp-npm",
"version": "v1.0.2",
"version": "v1.0.3",
"author": "Shane Maglangit",
"license": "GPL-3.0",
"description": "Gene parsing package for Axie Infinity.",
Expand Down
2 changes: 1 addition & 1 deletion src/models/cls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export const binClassMap = new Map([
['0011', Cls.Plant],
['0100', Cls.Aquatic],
['0101', Cls.Reptile],
['0111', Cls.Dawn],
['1000', Cls.Mech],
['1001', Cls.Dawn],
['1010', Cls.Dusk],
// 512 Classes
['00000', Cls.Beast],
Expand Down
Loading

0 comments on commit 8e645e2

Please sign in to comment.