Skip to content

Commit

Permalink
Add more DBM callbacks, closes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Oct 28, 2024
1 parent cadf4f2 commit 59d05db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Transcriptor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1494,6 +1494,13 @@ local eventCategories = {
DBM_Debug = "DBM",
DBM_TimerStart = "DBM",
DBM_TimerStop = "DBM",
DBM_TimerUpdate = "DBM",
DBM_TimerPause = "DBM",
DBM_TimerResume = "DBM",
DBM_NameplateStart = "DBM",
DBM_NameplateStop = "DBM",
DBM_NameplatePause = "DBM",
DBM_NameplateResume = "DBM",
PLAYER_TARGET_CHANGED = "NONE",
CHAT_MSG_ADDON = "NONE",
CHAT_MSG_RAID_WARNING = "NONE",
Expand Down Expand Up @@ -1531,6 +1538,13 @@ local dbmEvents = {
"DBM_Debug",
"DBM_TimerStart",
"DBM_TimerStop",
"DBM_TimerUpdate",
"DBM_TimerPause",
"DBM_TimerResume",
"DBM_NameplateStart",
"DBM_NameplateStop",
"DBM_NameplatePause",
"DBM_NameplateResume",
}

local function eventHandler(_, event, ...)
Expand Down

0 comments on commit 59d05db

Please sign in to comment.