(fix/DBM): wipe and kill callback registration for older DBM versions
Corrects the callback names from 'wipe' and 'kill' to 'DBM_Wipe' and 'DBM_Kill' to ensure proper event handling with DBM.
This commit is contained in:
parent
a749a08e94
commit
e0d0579d29
1 changed files with 2 additions and 2 deletions
|
|
@ -362,8 +362,8 @@ Private.ExecEnv.BossMods.DBM = {
|
|||
self:RegisterCallback("DBM_TimerStart")
|
||||
self:RegisterCallback("DBM_TimerStop")
|
||||
self:RegisterCallback("DBM_TimerUpdate")
|
||||
self:RegisterCallback("wipe")
|
||||
self:RegisterCallback("kill")
|
||||
self:RegisterCallback("DBM_Wipe")
|
||||
self:RegisterCallback("DBM_Kill")
|
||||
end
|
||||
end,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue