File Details
v2.7.2-rc1
- R
- May 5, 2026
- 20.60 KB
- 87
- 12.0.5+1
- Retail
File Name
EarlyPull-v2.7.2-rc1.zip
Supported Versions
- 12.0.5
- 12.0.1
EarlyPull
v2.7.2-rc1 (2026-05-05)
Full Changelog Previous Releases
- Stop registering events the v2.0 rewrite no longer uses
A user reported 141 ADDON_ACTION_FORBIDDEN errors for
EarlyPullEventFrame:RegisterEvent(). Midnight's Restricted Addons
system treats COMBAT_LOG_EVENT_UNFILTERED registration as a protected
action inside raid encounters, and we were still trying to register
it even though the damage-meter rewrite had replaced the CLEU
scoring path.
Removed from registration:- COMBAT_LOG_EVENT_UNFILTERED
- INSTANCE_ENCOUNTER_ENGAGE_UNIT
- UNIT_THREAT_LIST_UPDATE (RegisterUnitEvent for boss1..8)
- UNIT_TARGET (RegisterUnitEvent for boss1..8)
None of these feed any live code path. The matching handler methods
on EarlyPull still exist as orphaned dead code; they'll never fire
without the registrations and will be cleaned up later.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

