Merge commit '6ab66f9fec8b7866c047d07df171b0586f91583c'

This commit is contained in:
Szyler
2021-06-25 01:02:05 +02:00
+1 -1
View File
@@ -635,7 +635,7 @@ function AtlasLoot_ShowItemsFrame(dataID, dataSource, boss, pFrame)
getglobal("AtlasLootItem_"..i).spellitemID = 0;
end
if AtlasLoot_TableNames[dataID][2] == "Menu" then
if AtlasLoot_TableNames[dataID] ~= nil and AtlasLoot_TableNames[dataID][2] == "Menu" then
AtlasLoot_GenerateAtlasMenu(dataID, pFrame);
return;
end