Skip to content

Commit

Permalink
Core: add DBM_TimerStart callback to CreatePizzaTimer (#205)
Browse files Browse the repository at this point in the history
Fix PizzaTimer that were not being picked up by Weakauras
  • Loading branch information
endershan authored Jun 23, 2024
1 parent 49cc770 commit a1d7556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DBM-Core/DBM-Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ local function currentFullDate()
end

DBM = {
Revision = parseCurseDate("20240623223141"),
Revision = parseCurseDate("20240623231148"),
DisplayVersion = "10.1.12 alpha", -- the string that is shown as version
ReleaseRevision = releaseDate(2024, 02, 21) -- the date of the latest stable version that is available, optionally pass hours, minutes, and seconds for multiple releases in one day
}
Expand Down Expand Up @@ -1806,6 +1806,7 @@ do
return
end
DBT:CreateBar(time, text, "Interface\\Icons\\SPELL_HOLY_BORROWEDTIME")
fireEvent("DBM_TimerStart", "DBMPizzaTimer", text, time, "Interface\\Icons\\SPELL_HOLY_BORROWEDTIME", "pizzatimer", nil, 0)
if broadcast and self:GetRaidRank() >= 1 then
sendSync("DBMv4-Pizza", ("%s\t%s"):format(time, text))
end
Expand Down

0 comments on commit a1d7556

Please sign in to comment.