Auto Sell Grey

Addon for automatic sale of gray items.

File Details

AutoSellGrey_17-04-26.zip

  • R
  • Apr 17, 2026
  • 15.52 KB
  • 3.1K
  • 12.0.5+4
  • Classic + 3

File Name

AutoSellGrey_17-04-26.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 5.5.3
  • 2.5.5
  • 1.15.8
[3.8] - 2026-04-17

Added
- Minimap tooltip status — The minimap button tooltip now shows whether auto-sell is currently on or off (`TOOLTIP_AUTOSELL`), localized for every supported language.

Improved
- SavedVariables hygiene — On load, `maxItemsPerSession` is clamped to 1–48 and written back so corrupt or out-of-range values do not linger in the saved file. Checkbox-related booleans (`enabled`, `limitSell`, `silentMode`, `showSummary`, `minimapButton`) are normalized to real Lua booleans when they were stored as `0`/`1` from older clients.
- Minimap tooltip locale — Tooltip `OnEnter` refreshes the active locale from `AutoSellGrey_GetLocale`, so the hint text matches the chosen addon language even if it was changed earlier in the session.
- Sell queue safety — `ProcessSellQueue` returns early if localization is not ready, avoiding a rare nil-index error on unexpected load ordering.