From 6f3e45bee04b3840d9804ed8bb18a8a4176affbb Mon Sep 17 00:00:00 2001 From: starknetdev Date: Sat, 16 Sep 2023 23:28:58 +0100 Subject: [PATCH] update necklace to T1 --- ui/src/app/components/GameData.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/components/GameData.tsx b/ui/src/app/components/GameData.tsx index 1621e6e31..d9f89ebc1 100644 --- a/ui/src/app/components/GameData.tsx +++ b/ui/src/app/components/GameData.tsx @@ -523,7 +523,7 @@ export class GameData { this.ITEM_TIERS = { Pendant: 1, - Necklace: 2, + Necklace: 1, Amulet: 1, SilverRing: 2, BronzeRing: 3,