Thread: A few errors
View Single Post
10-16-10, 06:33 PM   #2
Brillynt
A Black Drake
 
Brillynt's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 77
Originally Posted by Dukatt View Post
First one
This can be fixed by changing nUI/Interfaces/nUI_Minimap.lua line 464
Minimap:SetScript( "OnMouseWheel", function()
to
Minimap:SetScript( "OnMouseWheel", function(self, arg1)

Originally Posted by Dukatt View Post
Second one
I do not see a issue in the code but will have to dig further.

Originally Posted by Dukatt View Post

And the third...big one.
This is fixed in another thread.
http://www.wowinterface.com/forums/s...8&postcount=12

Originally Posted by Dukatt View Post

Hope this is what you needed for bug reports.

Hope this helps