From ebffd6c1b6fe67c9d990035ecd820e1bdc0f76e0 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Wed, 5 Jul 2023 07:57:46 -0300 Subject: [PATCH] Framework update to version 446 --- Libs/DF/fw.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index e74a840d..1e82271a 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,6 +1,6 @@ -local dversion = 445 +local dversion = 446 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary(major, minor) @@ -131,6 +131,7 @@ function DF.IsNonRetailWowWithRetailAPI() end return false end +DF.IsWotLKWowWithRetailAPI = DF.IsNonRetailWowWithRetailAPI -- this is still in use ---return true if the version of wow the player is playing is the shadowlands function DF.IsShadowlandsWow()