File Details
GoldDigger-3.3.1.zip
- R
- Mar 21, 2026
- 27.91 KB
- 123
- 12.0.1
- Retail
File Name
GoldDigger-3.3.1.zip
Supported Versions
- 12.0.1
v3.3.1
Fixed
- AFK taint error in raids —
UnitIsAFK("player")can return a "secret boolean" in certain raid contexts (e.g. The Midnight raid), causing a taint error when testing its value; the call is now wrapped inpcallso the error is caught silently and AFK detection continues to work normally in all other contexts - Session ID not resetting when Max History is 0 —
sessionCounterwas incremented before themaxHistory <= 0early-return check inSaveSessionToHistory, causing the session ID to climb even when history was disabled; the check now runs before the increment - Live session row not updating — the profit, duration, and GPH values in the history window's live session row were set once at window-open time and never refreshed; they now update every second via the existing
GD.UpdateUItick

