Skip to content

Commit

Permalink
DF enchantment slots
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukme committed Dec 3, 2022
1 parent 5a57033 commit 7b020d4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Src/Modules/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,19 @@ function IE:GetEnchantmentCheckSlots(unit)
noEnchantWarningSlots["FeetSlot"] = false
noEnchantWarningSlots["WristSlot"] = true
end
WeaponEnchantOnly = true
elseif expansionLevel == 9 then
-- Dragonflight: Weapon, Offhand(weapon only), Finger0, Finger1, Chest, Cloak, Boots, Bracers, Legs
noEnchantWarningSlots["MainHandSlot"] = true
noEnchantWarningSlots["SecondaryHandSlot"] = true
noEnchantWarningSlots["Finger0Slot"] = true
noEnchantWarningSlots["Finger1Slot"] = true
noEnchantWarningSlots["BackSlot"] = true
noEnchantWarningSlots["ChestSlot"] = true
noEnchantWarningSlots["FeetSlot"] = true
noEnchantWarningSlots["WristSlot"] = true
noEnchantWarningSlots["LegsSlot"] = true

WeaponEnchantOnly = true
end

Expand Down

0 comments on commit 7b020d4

Please sign in to comment.