DeleteGoodItemConfirmHelper

19.4k Downloads

This one-line addon replaces the good (rare/blue/epic/purple) item deletion confirmation text box with the lower-tier confirmation text box so you can just click once to confirm deletion.

Its entire code is 1 line long; a simple reassignment that doesn't taint because item deletion functions are not protected:

StaticPopupDialogs["DELETE_GOOD_ITEM"] = StaticPopupDialogs["DELETE_ITEM"]