disable update announcing
This commit is contained in:
+2
-1
@@ -3857,7 +3857,7 @@ function AtlasLoot_GetChatLink(id)
|
|||||||
local e = string.sub(d, 2)
|
local e = string.sub(d, 2)
|
||||||
return "\124"..e.."\124H"..b.."\124h["..a.."]\124h\124r"
|
return "\124"..e.."\124H"..b.."\124h["..a.."]\124h\124r"
|
||||||
end
|
end
|
||||||
|
--[[
|
||||||
--pfUI.api.strsplit --Uses code borrowed from pfUI by Shagu
|
--pfUI.api.strsplit --Uses code borrowed from pfUI by Shagu
|
||||||
local function AtlasLoot_strsplit(delimiter, subject)
|
local function AtlasLoot_strsplit(delimiter, subject)
|
||||||
if not subject then return nil end
|
if not subject then return nil end
|
||||||
@@ -3964,3 +3964,4 @@ AtlasLoot_updater:SetScript("OnEvent", function()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
]]
|
||||||
Reference in New Issue
Block a user