View Single Post
08-10-12, 12:38 AM   #4
AcidWeb
A Theradrim Guardian
 
AcidWeb's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 68
Originally Posted by Talyrius View Post
Does anyone know what "WMO" corresponds to in NEW_WMO_CHUNK? It's a new event that can be seen being used alongside ZONE_CHANGED and ZONE_CHANGED_NEW_AREA in the newest build.

Blizzard_BattlefieldMinimap.lua, line 91:
Lua Code:
  1. elseif ( event == "PLAYER_ENTERING_WORLD" or event == "ZONE_CHANGED" or event == "ZONE_CHANGED_NEW_AREA" or event == "NEW_WMO_CHUNK" ) then
WatchFrame.lua, line 331.
But only in watch frame and battleground map.

Only reference i could find is wmoLodDist variable inside GraphicsQualityLevels.lua.