File Details
NoSellConfirm.zip
- R
- Mar 16, 2026
- 1.94 KB
- 27
- 12.0.5
- Retail
File Name
NoSellConfirm.zip
Supported Versions
- 12.0.5
# NoSellConfirm - Changelog
## v2.1 (2026-03-16)
- Added **Options panel** under ESC → Options → AddOns → NoSellConfirm.
- Enable/disable checkbox syncs with slash commands and SavedVariables.
- New `/ns config` command to open the options panel directly.
- Uses the modern Settings API (11.0.2+ / 12.0 compatible).
## v2.0 (2026-03-16)
- **Complete rewrite** of the popup bypass logic.
- Now overrides `StaticPopupDialogs["CONFIRM_MERCHANT_TRADE_TIMER_REMOVAL"]` directly instead of hooking `StaticPopup_Show` — more reliable, no taint risk.
- Removed the `confirmedOnce` system. Auto-accept is now always active when enabled.
- Added `/ns status` command to check current state.
- Updated TOC to Interface 120001 (Patch 12.0.1 - Midnight).
- Improved slash command help output.
## v1.0
- Initial release.
- Hooked `StaticPopup_Show` to bypass the tradeable item sell confirmation after first use.
- Slash commands: `/ns on`, `/ns off`, `/ns reset`.

