Results: 1Comments by: Xatiran
File: SpartanUI10-14-10
spartan
Posted By: Xatiran
For fix de whell scrolling. Open Minimap.lua in /global Go to line 112: MinimapCluster:EnableMouseWheel(true); MinimapCluster:SetScript("OnMouseWheel",function() if (arg1 > 0) then Minimap_ZoomIn() else Minimap_ZoomOut() end end); Remove these line. Add this before : do -- child frame modifications...