xanMortarPestle

xanMortarPestle

53.1k Downloads

Fix to allow relics to be disenchanted

Grognard14607 opened this issue ยท 2 comments

commented

xanMortarPestle.lua

Change line 115 to

local function processCheck(id, itemType, itemSubType, qual, link)

Change line 136 to

	if (((itemType == ARMOR or itemType == L.Weapon) and IsEquippableItem(link)) or itemSubType == "Artifact Relic") and qual > 1 and qual < 5 and not XMP_DB[id] then

Change line 222 and 223 to

		local _, _, qual, itemLevel, _, itemType, itemSubType = GetItemInfo(link)
		local spellID = processCheck(id, itemType, itemSubType, qual, link)
commented

Thanks for the update. Sorry for the long wait but I took quite a bit of time off WOW. LOL. Anyways I'll be adding this to the next update.

commented

I added the relic changes to latest push. I'm updating all my addons. Sorry again for delay