Zore's Scrolling Battle Text

ZSBT is a modern scrolling combat text addon for WoW Retail that delivers customizable incoming/outgoing combat text and notification alerts with strong spam control and safe compatibility in dungeons/raids.

File Details

ZSBT_v2.5.1.zip

  • R
  • Jun 15, 2026
  • 5.65 MB
  • 2.0K
  • 12.0.7+2
  • Retail

File Name

ZSBTv2.5.1.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 12.0.1

# Changelog

## 2.5.1

### Fixed
- Interrupts/Cast-stops: fixed a crash (`attempted to index a table that cannot be indexed with secret keys`) when an interrupt or cast-stop notification fired against a nameplate unit in a dungeon, raid, or Mythic+. Nameplate GUIDs returned by `UnitGUID` are tainted in instanced content; the code was using them as table keys without an `IsSafeString` guard. Notifications still fire — they are just not GUID-qualified for dedup when the target GUID is instance-restricted.
- Debuff cache: fixed a crash (`attempt to compare field 'guid' (a secret string value)`) in the DoT attribution debuff TTL cache when the target's GUID was tainted. The GUID is now validated with `IsSafeString` before storage; the cache is bypassed entirely in tainted contexts; and a `pcall` guard safely drains any pre-existing tainted entries without requiring a `/reload`.

Both bugs only reproduce in group instanced content where Blizzard's secret value restrictions apply to nameplate and target GUIDs.