File Details
Vamoose's Endeavors v1.18.2
- R
- Jun 6, 2026
- 602.88 KB
- 7.8K
- 12.0.7+1
- Retail
File Name
VamoosesEndeavors-1.18.2.zip
Supported Versions
- 12.0.7
- 12.0.5
CHANGED: - Updated for WoW 12.0.7. Dropped 12.0.1 from the supported game versions. FIXED: - Defensive: preemptive guard against Midnight secret-value taint inside player housing. C_NeighborhoodInitiative.GetAvailableHouseXP and the HOUSE_LEVEL_FAVOR_UPDATED event payload fields (.houseFavor, .houseLevel) may return secret-restricted values in housing interior; previously VE fed these directly into arithmetic, %d formatting, tostring, and table-key writes -- all of which crash on secret values, and the cache write would also persistently contaminate state. GetHouseXP now returns nil on a secret return; the Dashboard XP display renders "--" instead of crashing; the chest-claim favor-delta detector bails on secret currentXP/lastXP rather than subtracting; _OnHouseLevelFavorUpdated guards both fields and the payload table itself before caching. Pattern library cribbed from DandersFrames v4.3.8 (see Reference/MIDNIGHT_SECRET_VALUES.md "Production guard library" + Case 4). Zero perf overhead on clients without secret restrictions enabled.

