Cracked Jar

Results 3 comments of Cracked Jar

afraid not - you're welcome to use wowup or similar to grab mine from github directly if you like (https://github.com/oppewala/TransmogTokens), but I'm not planning on taking over maintenance of the...

Updated fix. Replace the function TransmogTokens.getSource with the below: ``` TransmogTokens.getSource = function(itemLink) if itemLink == nil then return; end local source = select(2, C_TransmogCollection.GetItemInfo(itemLink)) if source then return source...