Slight change to DBM revision check logic

Without DBM, this wouldn't be hidden.
Follow-up to commit: https://github.com/Bunny67/WeakAuras-WotLK/commit/31ad61fe5fc501a5896878bbcaafcd37316b04d4
This commit is contained in:
Zidras
2021-06-09 20:34:44 +01:00
committed by Bunny67
parent c889561003
commit 67e2dfe60e
+1 -1
View File
@@ -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