mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
fix Unfit lib
This commit is contained in:
@@ -105,6 +105,6 @@ end
|
||||
|
||||
function Lib:IsClassUnusable(subclass, slot)
|
||||
if subclass then
|
||||
return slot ~= '' and Unusable[subclass] or slot == 'INVTYPE_WEAPONOFFHAND' and Lib.cannotDual
|
||||
return slot ~= '' and Lib.unusable[subclass] or slot == 'INVTYPE_WEAPONOFFHAND' and Lib.cannotDual
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user