Skip to content

Commit

Permalink
Added Perandus Coins to OrbType
Browse files Browse the repository at this point in the history
  • Loading branch information
Stickymaddness committed Mar 10, 2016
1 parent 318de11 commit 791b878
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion POEApi.Model/OrbType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public enum OrbType
AlbinaRhoaFeather,
AlchemyShard,
Mirror,
VaalOrb
VaalOrb,
PerandusCoin
}
}
3 changes: 2 additions & 1 deletion POEApi.Model/ProxyMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ internal class ProxyMapper
{ "Mirror", OrbType.Mirror },
{ "Eternal Orb", OrbType.Eternal},
{ "Imprint", OrbType.Imprint },
{ "Vaal Orb", OrbType.VaalOrb }
{ "Vaal Orb", OrbType.VaalOrb },
{ "Perandus Coin", OrbType.PerandusCoin }
};
#endregion

Expand Down

0 comments on commit 791b878

Please sign in to comment.