diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index effec61..69e3f75 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 not (DBM and tonumber(DBM.Revision) >= 7003) then Private.event_prototypes["DBM Announce"] = nil Private.event_prototypes["DBM Timer"] = nil end