add a few comments

This commit is contained in:
Anch
2022-01-30 15:13:25 +13:00
parent 1243116d3f
commit b53c860107
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -264,6 +264,7 @@ function AtlasLootItem_OnClick(arg1)
AtlasLoot_ShowItemsFrame(dataID, dataSource, AtlasLoot_TableNames[dataID][1], AtlasLootItemsFrame.refresh[4]);
end
elseif (arg1=="LeftButton") and this.sourcePage ~= nil then
--Holds AtlasLoot_Lastboss so back button works
AtlasLoot_Hold = true;
AtlasLoot_ShowBossLoot(this.sourcePage, this.sourcePage, pFrame);
end