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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user