From b47d7a1b475406d30afffe13352f048af1241975 Mon Sep 17 00:00:00 2001 From: Zidras <10605951+Zidras@users.noreply.github.com> Date: Wed, 9 Jun 2021 21:14:36 +0100 Subject: [PATCH] Bunny: additional check --- WeakAuras/Prototypes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index 69e3f75..4f4884a 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -6059,7 +6059,7 @@ Private.event_prototypes = { }; -if not (DBM and tonumber(DBM.Revision) >= 7003) then +if not (DBM and (tonumber(DBM.Revision) or 0) >= 7003) then Private.event_prototypes["DBM Announce"] = nil Private.event_prototypes["DBM Timer"] = nil end