File Details
Vamoose's Companion v1.7.1
- R
- Apr 22, 2026
- 1.53 MB
- 119
- 12.0.5+2
- Retail
File Name
VamoosesCompanion-1.7.1.zip
Supported Versions
- 12.0.5
- 12.0.1
- 12.0.0
FIXED:
- Secret-value taint crash in VC_ActivitySense idle timer. After today's
Blizzard patch tightened secret-value handling, the pre-guard
InCombatLockdown() check inside the 90s idle timer callback could itself
come back secret-tainted, crashing before the secret-context guard ran.
Removed the pre-guard combat check -- the instanced-combat branch of the
secret-context guard below already covers it, and the rare case of firing
an idle emit during world combat is harmless.
- /reload during M+, raid encounters, PvP, or instanced combat no longer
taints ActivitySense's bootstrap pass. Wrapped the UnitIsDead/UnitIsGhost
probe in the same secret-context guard used elsewhere in the module.

