This commit is contained in:
Lexie
2023-11-10 08:12:38 +11:00
parent 09e6e05608
commit ffec81f9c0
+3 -1
View File
@@ -3854,7 +3854,9 @@ AtlasLoot_updater:SetScript("OnEvent", function()
if event == "CHAT_MSG_CHANNEL" then
local _,_,source = string.find(arg4,"(%d+)%.")
local _,name = GetChannelName(source)
if source then
_,name = GetChannelName(source)
end
if name == "LFT" then
local msg, v, remoteversion = AtlasLoot_strsplit(":", arg1)
if msg == "Atlasloot" then