temp remove

This commit is contained in:
2025-09-12 13:25:15 +02:00
parent 2e32e72852
commit fb8a64fa48

View File

@@ -1,16 +1,7 @@
import { CLASSES, DIFFICULTIES, EASY_XP, ICONS, NORMAL_XP, PRESTIGES } from "@/data/hypixel/woolgames"
import { getColorFromCode } from "@/lib/colors"
import { NonNullStats } from "@/lib/schema/player"
import { floorLevel } from "../general"
export function getWoolGamesWoolWarsClassStats(
classId: typeof CLASSES[number]["id"],
{ stats }: NonNullable<NonNullable<NonNullStats["WoolGames"]>["wool_wars"]>
) {
const id = classId.toLowerCase()
return []
}
export function getWoolGamesWoolWarsClass(val?: string) {
const klass = CLASSES.find(c => c.id === val?.toLowerCase())
return klass || null