Skip to content

Commit

Permalink
Merge pull request #268 from artscout/master
Browse files Browse the repository at this point in the history
Fix for owningMap disappear after resize in retail with RareScanner
  • Loading branch information
IrcDirk authored Sep 5, 2024
2 parents e963ce6 + 0e2156c commit 3332f0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NxMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8674,6 +8674,9 @@ function Nx.Map:IconOnMouseDown (button)
else
if map.ClickIcon.iconType == "!RSR" and RareScanner then
local rspin = this.NXData.UData
if not rspin.owningMap then
rspin.owningMap = WorldMapFrame
end
rspin:OnMouseDown(button)
Nx.Notes:RareScanner(map.MapId)
else
Expand Down

0 comments on commit 3332f0f

Please sign in to comment.