diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index 15fc084..effec61 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -6059,7 +6059,7 @@ Private.event_prototypes = { }; -if (DBM and tonumber(DBM.Revision) < 7003) then +if (DBM and tonumber(DBM.Revision) < 7003) then Private.event_prototypes["DBM Announce"] = nil Private.event_prototypes["DBM Timer"] = nil end