From 30c5be5dc2cb777a7757faf73d4c7423fa69db6d Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 28 Jan 2026 19:11:58 +0100 Subject: [PATCH] fix for Biznick Scope being counted twice --- Modules/Data/Ranged.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Data/Ranged.lua b/Modules/Data/Ranged.lua index 957571d..ac30f37 100755 --- a/Modules/Data/Ranged.lua +++ b/Modules/Data/Ranged.lua @@ -62,7 +62,7 @@ function _Ranged:GetHitBonus() local hitValue = 0 -- Biznick Scope awards Hit rating in TBC and is part of CR_HIT_RANGED - if (not ECS.IsWotlk) then + if ECS.IsClassic then local rangedEnchant = DataUtils:GetEnchantForEquipSlot(Utils.CHAR_EQUIP_SLOTS["Range"]) if rangedEnchant and rangedEnchant == Data.Enchant.Ids.BIZNICK_SCOPE then hitValue = hitValue + 3