Skip to content

Commit 0a02515

Browse files
committed
fix Duels.prestige returns Classic Godlike undefined
1 parent be6cf0c commit 0a02515

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/structures/MiniGames/Duels.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ const numerals = {
1212
2: 'II',
1313
3: 'III',
1414
4: 'IV',
15-
5: 'V'
15+
5: 'V',
16+
6: 'VI',
17+
7: 'VII',
18+
8: 'VIII',
19+
9: 'IX',
20+
10: 'X'
1621
};
1722
/**
1823
* @param {object} data

0 commit comments

Comments
 (0)