From a76cdace06a01da3c04a41d27e8c23d17eaaa634 Mon Sep 17 00:00:00 2001 From: Taken Date: Sat, 6 Sep 2025 10:28:38 +0200 Subject: [PATCH] Updated more data --- src/data/hypixel/duels.ts | 4 ++-- src/data/hypixel/pit.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/hypixel/duels.ts b/src/data/hypixel/duels.ts index ac05dc2..9f8eac4 100644 --- a/src/data/hypixel/duels.ts +++ b/src/data/hypixel/duels.ts @@ -2,13 +2,13 @@ export const DIVISIONS = [ { name: "Rookie", id: "rookie", color: "dark-gray", style: "§8" }, { name: "Iron", id: "iron", color: "white", style: "§f" }, { name: "Gold", id: "gold", color: "gold", style: "§6" }, - { name: "Diamond", id: "diamond", color: "dark-aqua", style: "§3" }, + { name: "Diamond", id: "diamond", color: "aqua", style: "§3" }, { name: "Master", id: "master", color: "dark-green", style: "§2" }, { name: "Legend", id: "legend", color: "dark-red", style: "§4§l" }, { name: "Grandmaster", id: "grandmaster", color: "yellow", style: "§e§l" }, { name: "Godlike", id: "godlike", color: "dark-purple", style: "§5§l" }, { name: "CELESTIAL", id: "celestial", color: "aqua", style: "§b§l" }, - { name: "DIVINE", id: "divine", color: "light-purpl", style: "§d§l" }, + { name: "DIVINE", id: "divine", color: "light-purple", style: "§d§l" }, { name: "ASCENDED", id: "ascended", color: "red", style: "§c§l" } ] as const export const MODES = [ diff --git a/src/data/hypixel/pit.ts b/src/data/hypixel/pit.ts index a465b7e..2fd3d3b 100644 --- a/src/data/hypixel/pit.ts +++ b/src/data/hypixel/pit.ts @@ -94,5 +94,5 @@ export const PRESTIGECOLORS = [ { prestige: 40, color: "dark-blue" }, { prestige: 45, color: "black" }, { prestige: 48, color: "dark-red" }, - { prestige: 48, color: "dark-gray" } + { prestige: 50, color: "dark-gray" } ] as const