Update AtlasLoot.lua

This commit is contained in:
Lexie
2023-04-12 21:12:23 +10:00
parent d3bd69d198
commit 86411aa735
+1 -1
View File
@@ -534,7 +534,6 @@ function AtlasLoot_SlashCommand(msg)
else else
AtlasLootDefaultFrame:Show(); AtlasLootDefaultFrame:Show();
DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r |cffddabffIf you find anything missing, please /w Lexie or message me on Discord Lexie#4024|r") DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r |cffddabffIf you find anything missing, please /w Lexie or message me on Discord Lexie#4024|r")
end end
end end
@@ -906,6 +905,7 @@ Legacy function used in Cosmos integration to open the loot browser
]] ]]
function AtlasLoot_ShowMenu() function AtlasLoot_ShowMenu()
AtlasLootDefaultFrame:Show(); AtlasLootDefaultFrame:Show();
DEFAULT_CHAT_FRAME:AddMessage("|cffbe5eff[AtlasLoot]|r |cffddabffIf you find anything missing, please /w Lexie or message me on Discord Lexie#4024|r")
end end
--[[ --[[