3 new fist weapons

3 new fist weapons
And a minor bugfix
This commit is contained in:
Lexie
2024-06-29 17:25:06 +10:00
parent c52267c056
commit 0298e95343
3 changed files with 52 additions and 2 deletions
+2 -1
View File
@@ -3869,7 +3869,8 @@ AtlasLoot_updater:SetScript("OnEvent", function()
if source then
_,name = GetChannelName(source)
end
if name == "LFT" then
if not name then return end
if string.upper(name) == "LFT" then
local msg, v, remoteversion, remotetitle = AtlasLoot_strsplit(":", arg1)
if msg == "Atlasloot" then
local remoteversion = tonumber(remoteversion) or 0