From 5c3865782bd2ce856daf967308bbf3002fcf6a3b Mon Sep 17 00:00:00 2001 From: Spit <19otari98@gmail.com> Date: Wed, 9 Oct 2024 16:58:07 +0300 Subject: [PATCH] disable update announcing --- Core/AtlasLoot.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index 0e4d7d0..4783a74 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -3857,7 +3857,7 @@ function AtlasLoot_GetChatLink(id) local e = string.sub(d, 2) return "\124"..e.."\124H"..b.."\124h["..a.."]\124h\124r" end - +--[[ --pfUI.api.strsplit --Uses code borrowed from pfUI by Shagu local function AtlasLoot_strsplit(delimiter, subject) if not subject then return nil end @@ -3964,3 +3964,4 @@ AtlasLoot_updater:SetScript("OnEvent", function() end end end) +]] \ No newline at end of file