Adding deconstruct mode for Nazjatar's items
Description Updated 8.2 patch, new profession item(ore, herbs) are added. but deconstruct mode isn't work new profession items. I edited myself to fix this issue, but it should be update next SLE version to other guys use this feature.
I think it works based on LibProcessable, but this library is not updated since 2018. to fix this issue, open LibProcessable.lua and add below text
Ore
lib.ores= { .... [168185] = true, -- Osmenite Ore
Herb
lib.herbs = { ... [168487] = true, -- zinanthid
LockBox [169475] = 600,