File Details
v12.0.5
- R
- Apr 26, 2026
- 136.09 KB
- 170
- 12.0.5
- Retail
File Name
ERC-v12.0.5.zip
Supported Versions
- 12.0.5
lightweight tag 3336d65f9add2f9199ddc55af48fc65f9e879b82 v12.0.5
Author: Desislav Ivanov <34714579+desislav-ivanov@users.noreply.github.com>
Date: Sun Apr 26 15:35:27 2026 +0300
commit 3336d65f9add2f9199ddc55af48fc65f9e879b82
Author: Desislav Ivanov <34714579+desislav-ivanov@users.noreply.github.com>
Date: Sun Apr 26 15:35:27 2026 +0300
update for 12.0.5; drop WotLK Classic; fix invite/remove queue
- bump TOC to 120005 (Midnight); delete ERC_Wrath.toc
- remove WotLK detection (`if modern`); level filter defaults to 90 (Midnight cap)
- fix latent bugs: BuildUI debug print typo + dot/colon, undefined `title`
and `eventType` references in NEWEVENT, missing `local` on FrameOnUpdate /
HSF_CreateButtons / allofrank / HeaderOn* / OnEvent locals
- workingHeadersOpen / allofrank / header count keyed by rank index, not
rank name (fixes same-name rank conflation)
- click handlers resolve target from workingList[GetID()] at click time
instead of cached btn.target/.rank (fixes stale-cache wrong-person bug
from HybridScrollFrame button recycling)
- HeaderOnRemoveAll: dual full-name + Ambiguated match (was missing
cross-realm invitees because Ambiguate(_, "guild") strips realm)
- drop invite_in_progress (sync-event race stuck the queue); drop wipe-on-
calendar-update (raced with our own batch ops); one op per tick
- drop now-unused ERC_OP_RESULT/ResultHandler and overridewipe

