v2026.4-3-g989a889

Details

  • Filename
    DropTheCheapestThing-v2026.4-3-g989a889.zip
  • Uploaded by
  • Uploaded
    Sep 20, 2026
  • Size
    139.63 KB
  • Downloads
    2
  • MD5
    6766e437199e260339bb5d6364277bf2

Supported WoW Retail Versions

  • 12.1.0
  • 12.0.7

Supported WoW Forever Versions

  • 1.60.1

Supported WoW Mists of Pandaria Classic Versions

  • 5.5.4

Supported WoW Wrath of the Lich King Classic Versions

  • 3.4.5

Supported WoW Classic Versions

  • 1.15.8

Supported WoW Burning Crusade Classic Versions

  • 2.5.6

Changelog

DropTheCheapestThing

v2026.4-3-g989a889 (2026-09-20)

Full Changelog Previous Releases

  • Slash commands for drop and sell (#4)
    /dtct drop and /dtct sell do what the minimap button's clicks do, through the
    API that api.lua already exposes; /dtct sell all sells the list, capped at the
    buyback limit. Anything else opens the config, so /dtct on its own behaves as
    it always has.
  • Load on World of Warcraft: Forever (interface 16001)
    Forever is a fourth game line beside Retail, Classic Era and the Classic
    expansions. Build 1.60.1 (69913) reports interface 16001, so the addon shows
    as out of date there and only loads with the out-of-date box ticked.
    No code change is needed. That client reports WOW_PROJECT_ID as
    WOW_PROJECT_MAINLINE, and its API is complete for everything this addon
    touches: C_Container, C_Item and C_TransmogCollection all exist. Checked in
    the game rather than assumed -- dropping and selling work, and the merchant
    hook takes.
    BigWigsMods/packager already maps 16??? to the forever game type, so the
    release workflow needs nothing.
  • Fix quest item detection