Snapshot ID : 2f16b1e4e7e647db9021af8664829aec
The waist item “Riphook Defender” does not appear in the list of items that could possibly be catalyse’d.
It is available in game to catalyse. It appears and is recommended in “best in bags”. It is listed in quick rank.
Strange… I’ll take a look when I return. We started using the addon to determine which items can be converted last expansion — we simply call a method that blizzard makes available and send it to the website.
Seems unusual that just one item would not be getting the proper result from that method… but weirder things have happened with the blizzard addon api…
So what’s happening here is that you have a lot of items that can be converted, so we are pruning the list down and only ranking some of them to keep it from getting really slow.
The first pruning it looks for is items that produce identical output. In this case either of your high-level belts will convert to the same item, so we only need to rank one of them. The result will be the same.
We’ll think of a way to more clearly communicate this in a future update.