Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Commit 069047d

Browse files
authored
Add CORSAIR class
1 parent b954eb2 commit 069047d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"GUARDIAN",
6262
"HASHASHIN",
6363
"NOVA",
64-
"SAGE"
64+
"SAGE",
65+
"CORSAIR",
6566
]
6667

6768
CHARACTER_CLASS_SHORT = {
@@ -71,6 +72,7 @@
7172
"SORC": "SORCERESS",
7273
"VALK": "VALKYRIE",
7374
"WIZ": "WIZARD",
75+
"COR": "CORSAIR",
7476
}
7577

7678
DESCRIPTION = '''

0 commit comments

Comments
 (0)