Skip to content

Commit

Permalink
Fix offhand enchant check, bug #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
neotron committed Sep 24, 2022
1 parent 3c47b78 commit 893840b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuffEnough.lua
Expand Up @@ -523,7 +523,7 @@ function BuffEnough:CheckGear()
end
-- Check for temporary weapon enchants
local hasMHEnchant, mhExp, _, hasOHEnchant, ohExp = GetWeaponEnchantInfo()
local hasMHEnchant, mhExp, _, _, hasOHEnchant, ohExp = GetWeaponEnchantInfo()
if mhExp then mhExp = mhExp / 1000 end
if ohExp then ohExp = ohExp / 1000 end
Expand Down

0 comments on commit 893840b

Please sign in to comment.