Skip to content

Commit c335f27

Browse files
authored
Fix HERO_PETS_ORDER
Fixes #125
1 parent 48c3a2e commit c335f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coc/enums.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ class Resource(Enum):
153153
"Electro Owl",
154154
"Mighty Yak",
155155
"Unicorn",
156-
"Poison Lizard",
157-
"Diggy",
158156
"Frosty",
157+
"Diggy",
158+
"Poison Lizard",
159159
"Phoenix",
160160
]
161161

0 commit comments

Comments
 (0)