Skip to content

Commit

Permalink
Use PIN_FRAME_LEVEL_MAP_HIGHLIGHT for the world map lines
Browse files Browse the repository at this point in the history
Wrath Classic does not have scenario blob, for some reason. This one is
present in all versions of WoW and close to the same level.
  • Loading branch information
Nevcairiel committed Mar 17, 2024
1 parent 4650887 commit 928a8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Routes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ RoutesPinMixin = CreateFromMixins(MapCanvasPinMixin)

function RoutesPinMixin:OnLoad()
self:SetIgnoreGlobalPinScale(true)
self:UseFrameLevelType("PIN_FRAME_LEVEL_SCENARIO_BLOB")
self:UseFrameLevelType("PIN_FRAME_LEVEL_MAP_HIGHLIGHT")
end

function RoutesPinMixin:OnAcquired(battleField)
Expand Down

0 comments on commit 928a8b2

Please sign in to comment.