add another special check for DBM-Frostmourne so newest version uses newest Methods
(cherry picked from commit 9a37172fa6cb4ecf3ce5af73264ccd8fcc797e2d)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user