Skip to content

Commit

Permalink
Fixes: #158
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaximander committed Oct 5, 2022
1 parent 94e1f9b commit b75d6cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Versions/Common/Mapping.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ function BeStride:GetMap()
end

function BeStride:GetMapUntil(locID,filter,printOut)
if not locID then
return nil
end
local map = C_Map.GetMapInfo(locID)

if printOut == true then
Expand Down

0 comments on commit b75d6cf

Please sign in to comment.