mirror of
https://github.com/parnic/breakables.git
synced 2025-06-17 01:41:51 -05:00
Don't show legendary Legion items as disenchantable
This commit is contained in:
@ -1173,7 +1173,7 @@ function Breakables:BreakableIsDisenchantable(itemType, itemLevel, itemRarity)
|
||||
-- account for WoD and higher no longer needing specific ilvl. numbers from http://wow.gamepedia.com/Item_level
|
||||
if (itemRarity == RARITY_UNCOMMON and itemLevel >= 483)
|
||||
or (itemRarity == RARITY_RARE and itemLevel >= 515)
|
||||
or (itemRarity >= RARITY_EPIC and itemLevel >= 640) then
|
||||
or (itemRarity == RARITY_EPIC and itemLevel >= 640) then
|
||||
return true
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user