fixed incorrect set abbreviation

This commit is contained in:
Zach Harding
2026-05-26 15:38:50 -04:00
parent d43ef99fea
commit 1b5e77d55d

View File

@@ -255,7 +255,7 @@ const setMap = {
"DRI": destined_rivals, "DRI": destined_rivals,
"SSP": surging_sparks, "SSP": surging_sparks,
"ME03": perfect_order, "ME03": perfect_order,
"ME04": chaos_rising, "CRI": chaos_rising,
}; };
const svg = setMap[set as keyof typeof setMap] ?? ""; const svg = setMap[set as keyof typeof setMap] ?? "";