m
Move page script moved page API LootSlotHasItem to WoW:API LootSlotHasItem without leaving a redirect
mNo edit summary |
m (Move page script moved page API LootSlotHasItem to WoW:API LootSlotHasItem without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 15: | Line 15: | ||
local itemLinkText | local itemLinkText | ||
for i = 1, GetNumLootItems() do | for i = 1, GetNumLootItems() do | ||
if ( | if (LootSlotHasItem(i)) then | ||
local iteminfo = GetLootSlotLink(i); | local iteminfo = GetLootSlotLink(i); | ||
if itemLinkText == nil then | if itemLinkText == nil then | ||