Files 1
Downloads 127,938
Favorites 361
My AddOns
View Bug Report
Zoom label is not updated in towns
Bug #: 864
File: ZrMM - Modified
Date: 06/16/14 04:15 AM
By: Garkin
Status: Unconfirmed
Lua Code:
  1. function MM_SetMapZoomTown(newZoom)
  2.     MM_Log("MM_SetMapZoomTown()")
  3.     ZrMM.SV.MapZoomTown = newZoom
  4.     Zr_MM_ZoomLevel:SetText(newZoom) --this line is missing in your code
  5. end