Results: 1Comments by: PoliteKiwi
File: Moncai Equipment Compare Classic12-08-19
This version has a bit of a problem
Posted By: PoliteKiwi
Hi, Kiwi here dev of KiwiItemInfo. It appears that moncai isn't fully compat with other addons of similar quality (mine). local selection = GetMouseFocus() if(selection == nil) then return end local name = selection:GetName() if(name and name:find("Character") ~= 1 or not name:find("Slot")) then return end...