From 8384fc0926502668b4fa7f22d899d46b91086175 Mon Sep 17 00:00:00 2001 From: NoM0Re <1629787+NoM0Re@users.noreply.github.com> Date: Fri, 7 Nov 2025 16:24:38 +0100 Subject: [PATCH] add another special check for DBM-Frostmourne so newest version uses newest Methods (cherry picked from commit 9a37172fa6cb4ecf3ce5af73264ccd8fcc797e2d) --- WeakAuras/BossMods.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAuras/BossMods.lua b/WeakAuras/BossMods.lua index 788c04f..138b899 100644 --- a/WeakAuras/BossMods.lua +++ b/WeakAuras/BossMods.lua @@ -40,7 +40,7 @@ local dbmSupportStates = { local dbmSupportStatus = dbmSupportStates.UNSUPPORTED do local site = DBM and GetAddOnMetadata("DBM-Core", "X-Website") - if site and site:match("broizter") and site:match("DBM%-Frostmourne") then + if site and site:match("broizter") and site:match("DBM%-Frostmourne") and type(DBM.Revision) == "number" and DBM.Revision < 20251107134400 then dbmSupportStatus = dbmSupportStates.LEGACY elseif (DBM and type(DBM.Revision) == "number" and DBM.Revision >= 20250312000000) then -- DBM 2025.03.12.000000