diff FlightMap.lua @ 56:0749e38081e7

- More fixes for map updates from non-Legion zones.
author Nenue
date Tue, 03 Jan 2017 20:04:16 -0500
parents 44baf4f35c7c
children 96183f981acb
line wrap: on
line diff
--- a/FlightMap.lua	Sat Dec 31 17:48:25 2016 -0500
+++ b/FlightMap.lua	Tue Jan 03 20:04:16 2017 -0500
@@ -114,6 +114,7 @@
                 frame.pin = pin
 
                 -- sticking it onto the MapCanvas pin
+                pin.owningFrame = frame:GetMap()
                 pin.throttle = 1
                 pin.isStale = true
                 pin:SetAnchor(frame)