Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Modules/Data/Ranged.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading