Skip to content

Commit e045610

Browse files
committed
TEMP: temporary fix for new class name
1 parent de59381 commit e045610

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cache/prepare-cache/classNames.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export function convertClassName(name: ClassName): ServantClass {
2020
case ClassName.BEAST:
2121
case ClassName.BEAST_ERESH:
2222
return "beast";
23+
// @ts-ignore
24+
case "unBeast": // TEMP: unbeast is not yet in the atlas data
25+
return "beast";
2326
default:
2427
throw new Error(`Unsupported class name '${name}'`);
2528
}

0 commit comments

Comments
 (0)