You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ToggleWorldMap() and WorldMapFrame:SetMapID() will taint the objective tracker.
ToggleWorldMap() can be replaced with ShowUIPanel(WorldMapFrame) and HideUIPanel(WorldMapFrame), but there's currently no way to replace WorldMapFrame:SetMapID() (afaik).
The text was updated successfully, but these errors were encountered:
ToggleWorldMap()
andWorldMapFrame:SetMapID()
will taint the objective tracker.ToggleWorldMap()
can be replaced withShowUIPanel(WorldMapFrame)
andHideUIPanel(WorldMapFrame)
, but there's currently no way to replaceWorldMapFrame:SetMapID()
(afaik).The text was updated successfully, but these errors were encountered: