ALL THE THINGS

ALL THE THINGS

31M Downloads

9.1: attempt to call method 'GetSlotTransmogSources' (a nil value)

ntowle opened this issue ยท 2 comments

commented
Interface\AddOns\AllTheThings\AllTheThings.lua:1272: attempt to call method 'GetSlotTransmogSources' (a nil value)
[string "@Interface\AddOns\AllTheThings\AllTheThings.lua"]:1272: in function <Interface\AddOns\AllTheThings\AllTheThings.lua:1258>
[string "@Interface\AddOns\AllTheThings\AllTheThings.lua"]:4516: in function `method'
[string "@Interface\AddOns\AllTheThings\AllTheThings.lua"]:2955: in function <Interface\AddOns\AllTheThings\AllTheThings.lua:2932>
[string "@Interface\AddOns\AllTheThings\AllTheThings.lua"]:5330: in function <Interface\AddOns\AllTheThings\AllTheThings.lua:5329>
[string "@Interface\AddOns\AllTheThings\AllTheThings.lua"]:5480: in function <Interface\AddOns\AllTheThings\AllTheThings.lua:5357>

I believe this was replaced with GetItemTransmogInfo in 9.1.

commented

This should be "fixed" in the release building right now (basically just skipping this method), we'll fix it properly in the follow up release.

commented

This method shouldn't be getting called anymore in the 9.1 build of ATT which I believe is, or will shortly be, live (2.3.5).

Thanks for reporting and I'm sure there will be more things needing to be fixed soon as well :)