View Single Post
10-30-13, 05:13 AM   #11
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
And apparently you can't overwrite WORLDMAP_WINDOWED_SIZE anymore without causing a guaranteed taint error every time you open the world map.

There goes easy resizing.

Edit: this workaround was added to Mapster:

Code:
setfenv(WorldMapFrame_OnShow, setmetatable({ UpdateMicroButtons = function() end }, { __index = _G }))

Last edited by Haleth : 10-30-13 at 05:30 AM.
  Reply With Quote