Thread: Map Error
View Single Post
03-06-10, 03:11 PM   #3
hairy_palms
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 25
just that on its own doesnt work at all, without hooking into the worldmaps onshow event.
if i change it to

Code:
WorldMapFrame:HookScript("OnShow", function() WorldMapFrame:SetScale(0.7) end)
its the same result as before, as im just calling the worldmapframe a different way.
  Reply With Quote