Skip to content

Commit

Permalink
Merge pull request OmegaK2#2 from NickRyder/nickryder/watchstone-const
Browse files Browse the repository at this point in the history
added watchstone constant
  • Loading branch information
brather1ng committed May 1, 2021
2 parents 2af9d4a + 4d5e383 commit af24e43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PyPoE/poe/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ class SHOP_PACKAGE_PLATFORM(IntEnumOverride):
PC = 1
XBOX = 2
PS = 3

PLAYSTATION = PS


Expand Down Expand Up @@ -708,8 +708,8 @@ class MOD_DOMAIN(IntEnumOverride):
HEIST_AREA = 22
HEIST_NPC = 23
HEIST_TRINKET = 24
UNKNOWN4 = 25
UNKNOWN5 = 26
WATCHSTONE = 25
UNKNOWN4 = 26
UNDEFINED = 27

# legacy names
Expand Down Expand Up @@ -917,4 +917,4 @@ class PASSIVE_TYPES(IntEnumOverride):

# =============================================================================
# Functions
# =============================================================================
# =============================================================================

0 comments on commit af24e43

Please sign in to comment.