Can't exchange crests

My alt cannot exchange carved crests for runed even though all slots are 610 or higher. The option does not appear. I already got the harginger of the carved and harbinger of the runed achievements on my main on this account, so it’s showing I have those. I’ve tried reequipping my gear, relogging, switching characters, switching to characters on different realms, exiting wow and battelenet and restarting my computer, etc. Someone suggested my crafted ring might not be counting so I farmed some conquest, bought the pvp ring, and upgraded it. I submitted a bug report in game. Since then, I’ve run this macro:

/run local n=tInvert(Enum.ItemRedundancySlot),a;for i=0,16 do a = C_ItemUpgrade.GetHighWatermarkForSlot(i); if a < 606 then print(a, n[i]) end end

Which returned:

603 Trinket
558 MainhandWeapon
587 OneHandWeaponSecond
363 Offhand

Void reapers contract, being an agility trinket, is not an item available to any paladin specialization, and so isn’t counted.

3 Likes

This was the solution! I dropped my 603 trinket in that slot, upgraded it, and immediately got the achieve! Thanks so much!

1 Like