promotional bannermobile promotional banner

DeathNotificationLib

Shared library for detecting, enriching, broadcasting, and syncing hardcore death notifications across WoW Classic and TBC Anniversary addons.

File Details

DeathNotificationLib V6

  • R
  • Feb 25, 2026
  • 5.76 MB
  • 4
  • 2.5.5+1
  • Classic + 1

File Name

DeathNotificationLib.zip

Supported Versions

  • 2.5.5
  • 1.15.8

V6 — 2026-02-25

Bug Fix: Played-Time Suppression Across Multiple Chat Tabs

  • TIME_PLAYED_MSG is part of the SYSTEM ChatTypeGroup and is dispatched to every chat frame that has System messages enabled via ChatFrame_SystemEventHandler, each calling ChatFrame_DisplayTimePlayed
  • The old suppression decremented the counter inside displayTimePlayedOverride on each call, so only the first chat frame was suppressed — secondary tabs leaked the played-time message
  • The override now checks the counter without decrementing; the counter is decremented in onTimePlayedMsg via C_Timer.After(0), which fires on the next frame after all per-chatframe dispatches are complete