add another special check for DBM-Frostmourne so newest version uses newest Methods

(cherry picked from commit 9a37172fa6cb4ecf3ce5af73264ccd8fcc797e2d)
This commit is contained in:
NoM0Re
2025-11-07 16:24:38 +01:00
committed by andrew6180
parent a67f324b91
commit 8384fc0926
+1 -1
View File
@@ -40,7 +40,7 @@ local dbmSupportStates = {
local dbmSupportStatus = dbmSupportStates.UNSUPPORTED local dbmSupportStatus = dbmSupportStates.UNSUPPORTED
do do
local site = DBM and GetAddOnMetadata("DBM-Core", "X-Website") 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 dbmSupportStatus = dbmSupportStates.LEGACY
elseif (DBM and type(DBM.Revision) == "number" and DBM.Revision >= 20250312000000) then elseif (DBM and type(DBM.Revision) == "number" and DBM.Revision >= 20250312000000) then
-- DBM 2025.03.12.000000 -- DBM 2025.03.12.000000