Missing enchant is displayed for neck slot
Opened this issue · 0 comments
anyuta1166 commented
Missing enchant is displayed for neck slot. But neck enchants doesn't exist since legion.
Probably code change is needed. This fixed the issue for me:
local vanilla=50
local bc=50
local wotlk=50
local cata=50
local mop=50
local drenor=60
local legion=60
local bfa=140
local slotsList={
HeadSlot={E=never},
NeckSlot={E=legion},
ShoulderSlot={E=mop},
BackSlot={E=always},
ChestSlot={E=always},
ShirtSlot={E=never},
TabardSlot={E=never},
WristSlot={E=always},
HandsSlot={E=mop},
WaistSlot={E=never},
LegsSlot={E=always},
FeetSlot={E=always},
Finger0Slot={E=always},
Finger1Slot={E=always},
Trinket0Slot={E=never},
Trinket1Slot={E=never},
MainHandSlot={E=always},
SecondaryHandSlot={E=mop},
}