Better DKP TBC Anniversary

BetterDKP is a full-featured DKP and EPGP loot management addon for TBC Anniversary with bidding, loot council, boss auto-awards, decay & attendance tracking,

File Details

BetterDKP v1.0.7

  • R
  • Feb 21, 2026
  • 146.87 KB
  • 1.8K
  • 2.5.5
  • Classic TBC

File Name

BetterDKP v1.0.7.zip

Supported Versions

  • 2.5.5

  v1.0.7 — Bug Fixes

  Bug Fixes

  - Fixed settings sync showing false "devModeEnabled" mismatch. The Settings Mismatch popup would incorrectly report devModeEnabled (false) vs (removed) when comparing configs between officers. devModeEnabled is now correctly treated as a local-only setting and excluded from sync comparisons.
  - Fixed bid history deleting newest entries instead of oldest. When bid history exceeded 200 entries, the trim function was removing the most recent bids instead of the oldest ones. Bid history now correctly keeps your latest bids and discards old ones.
  - Fixed LiveSync ticker not being cancellable. The 2-second LiveSync broadcast ticker was created without storing its handle, making it impossible to stop. The ticker can now be properly cleaned up.
  - Fixed designatedLootmaster not persisting across sessions. The designated loot master setting was only stored in memory and would be lost on /reload or logout. It is now properly preserved as a local setting.
  - Fixed potential crash when recording bids with uninitialized database. Added a missing nil guard when inserting into bid history, preventing a possible Lua error in edge-case timing scenarios.
  - Replaced hardcoded officer bidding timeout with named constant. The 30-second officer bidding fallback timeout now uses OFFICER_BID_TIMEOUT for consistency and easier tuning.