promotional bannermobile promotional banner
premium banner
Changes good item deletion confirmation so you can just click instead of typing "delete"

Description

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"]