RaidLead

Raid-leader cockpit for TBC Classic: buff scanner with class breakdown, drag-drop healer assignments, per-boss templates (Karazhan / Gruul / Mag / SSC / TK), loot history, role checks

File Details

v1.8.1

  • R
  • Jul 9, 2026
  • 189.16 KB
  • 120
  • 2.5.6
  • Classic TBC

File Name

RaidLead-v1.8.1.zip

Supported Versions

  • 2.5.6

The WoW TBC Classic Anniversary client updated to patch 2.5.6 (build 2.5.6.68575), which bumps the addon Interface version to 20506. 2.5.6 is a service/backend-only patch — no gameplay or API changes — so no code changes are needed, only the .toc compatibility tag.

Please update <AddonName> for 2.5.6 and cut a patch release:

  1. Verify the live client version by reading D:\World of Warcraft\.build.info (the Version field should read 2.5.6.x).
  2. In D:\development\wow_addons&lt;AddonName&gt;&lt;AddonName&gt;.toc, change ## Interface: 20505## Interface: 20506. (If it's already 20506, no change needed — just confirm.)
  3. Do NOT change any Lua/gameplay code — 2.5.6 has no API impact.
  4. Cut a patch release with the release-addon skill: bump the version in the .toc ## Version: line AND the addon's Lua version constant, add a short "Compatibility: updated for TBC Classic 2.5.6 (Interface 20506)" CHANGELOG entry, commit only the named files, push, tag vX.Y.Z, build the zip, and gh release create.
  5. Install to the live client with the install-addon skill.

Version-constant locations (keep in sync with the .toc):

  • WTFAY → WTFAY.lua (local ADDON_VERSION = "X.Y.Z" and the header banner)
  • Cohort → Core/Utils.lua (ns.VERSION = "X.Y.Z")
  • (RaidLead uses Core/Utils.lua ns.ADDON_VERSION — already done.)