File Details
KeyStoneMastery v1.8.1
- R
- Apr 21, 2026
- 2.59 MB
- 10
- 12.0.1
- Retail
File Name
KeyMaster.zip
Supported Versions
- 12.0.1
## [1.8.1] - 2026-04-21
### Fixed
- Enforced combat-time chat safety by treating all incoming chat payloads as unreadable while in combat.
- Added an explicit combat short-circuit in chat handlers so KeyMaster performs no chat parsing during combat lockdown.
### Packaging
- Bumped TOC version to `1.8.1`.
## [1.8.0] - 2026-04-21
### Fixed
- Hardened chat payload safety checks so unreadable secret-string payloads are dropped before command extraction, avoiding secret-string conversion faults in chat handlers.
- Removed string-coercion fallback in chat message handling for non-string payloads; only readable plain strings now proceed to parsing.
- Moved runtime event registration out of file-load scope and into one-time startup registration, preventing protected `RegisterEvent` calls from the main chunk path.

