diff --git a/boot.lua b/boot.lua index 4fed7d185..f78420c95 100644 --- a/boot.lua +++ b/boot.lua @@ -19,8 +19,8 @@ local addonName, Details222 = ... local version, build, date, tvs = GetBuildInfo() - Details.build_counter = 13000 - Details.alpha_build_counter = 13000 --if this is higher than the regular counter, use it instead + Details.build_counter = 13001 + Details.alpha_build_counter = 13001 --if this is higher than the regular counter, use it instead Details.dont_open_news = true Details.game_version = version Details.userversion = version .. " " .. Details.build_counter diff --git a/functions/slash.lua b/functions/slash.lua index a49ebdf19..946106e1b 100644 --- a/functions/slash.lua +++ b/functions/slash.lua @@ -1948,7 +1948,7 @@ if (WOW_PROJECT_ID == WOW_PROJECT_MAINLINE) then end end - local openRaidLib = LibStub:GetLibrary("LibOpenRaid-1.0") + local openRaidLib = LibStub:GetLibrary("LibOpenRaid-1.0", true) if (openRaidLib) then if (not DetailsKeystoneInfoFrame) then ---@type detailsframework @@ -2949,7 +2949,7 @@ function noteEditor.ParseNoteText(text, bNoColoring) end noteEditor.OpenNoteEditor = function() - local openRaidLib = LibStub:GetLibrary("LibOpenRaid-1.0") + local openRaidLib = LibStub:GetLibrary("LibOpenRaid-1.0", true) if (openRaidLib) then if (not DetailsNoteFrame) then local CONST_WINDOW_WIDTH = 614 @@ -3811,7 +3811,7 @@ function Details222.Notes.RegisterForOpenRaidNotes() config["showresizebutton"] = true end - local openRaidLib = LibStub:GetLibrary("LibOpenRaid-1.0") + local openRaidLib = LibStub:GetLibrary("LibOpenRaid-1.0", true) if (openRaidLib) then --registering the callback: local object = {