From e7226fe3642b9bce9d21cb7438569d37148990ac Mon Sep 17 00:00:00 2001 From: merstrax Date: Fri, 28 Oct 2022 11:32:40 -0400 Subject: [PATCH] Typo --- AtlasLoot/Core/LootButtons.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AtlasLoot/Core/LootButtons.lua b/AtlasLoot/Core/LootButtons.lua index a9306e5..9ec24ed 100644 --- a/AtlasLoot/Core/LootButtons.lua +++ b/AtlasLoot/Core/LootButtons.lua @@ -252,7 +252,7 @@ function AtlasLootItem_OnClick(self ,arg1) else if(AtlasLootItemsFrame.refresh[1] == "SearchResult") then local datID, _, datPage = strsplit("|", self.sourcePage); - AtlasLoot_ShowWishListDropDown(self.itemID, self.itemTexture, _G["AtlasLootItem_"..self:GetID().."_Name"]:GetText(), AtlasLoot_Data[dataID][tonumber(dataPage)].Name, + AtlasLoot_ShowWishListDropDown(self.itemID, self.itemTexture, _G["AtlasLootItem_"..self:GetID().."_Name"]:GetText(), AtlasLoot_Data[datID][tonumber(datPage)].Name, datID .. "|" .. "AtlasLoot_Data" .. "|" .. tostring(datPage), self); else AtlasLoot_ShowWishListDropDown(self.itemID, self.itemTexture, _G["AtlasLootItem_"..self:GetID().."_Name"]:GetText(),