From ff200867edc725ae24d80132d522dc5537efdbf9 Mon Sep 17 00:00:00 2001 From: Phan Minh <46137516+minhperry@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:31:20 +0100 Subject: Fix Optical Lens reforge price on Mythic bows (#1093) * Fix metal chestplate description * fix: Optical Lens mythic reforge price --- constants/reforgestones.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'constants') diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 59b5bb6b..f38df0db 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1822,7 +1822,7 @@ "RARE": 150000, "EPIC": 300000, "LEGENDARY": 600000, - "MYTHIC": 2000000 + "MYTHIC": 1200000 }, "reforgeAbility": "Deal §a+10% §7extra damage when arrows hit the head of a mob.", "reforgeStats": { @@ -3149,4 +3149,4 @@ } } } -} +} \ No newline at end of file -- cgit