A collection of essential TurtleWoW AddOns to enhance the player's experience. - GordijnMan/TurtleWoW-Essentials
bosses do local loot = addon.bosses_loot[b_v.code]; print("loot for : " .. loot.code); for L_i, L_v in next, loot.items do print("item: " .. tostring(L_v.id) .. "/" .. L_v.name); end end end end end 3 changes: 2 additions & 1 deletion 3 TurtleWoWLootNavigator...