Skip to content

Commit 2122450

Browse files
authored
Merge pull request #126 from amaanq/master
Fix HERO_PETS_ORDER
2 parents 48c3a2e + c335f27 commit 2122450

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)