Quantcast

Show the waypoint arrow when hijacked

James Whitehead II [05-06-09 - 19:50]
Show the waypoint arrow when hijacked
Filename
TomTom_CrazyArrow.lua
diff --git a/TomTom_CrazyArrow.lua b/TomTom_CrazyArrow.lua
index 4120259..e460442 100644
--- a/TomTom_CrazyArrow.lua
+++ b/TomTom_CrazyArrow.lua
@@ -505,6 +505,7 @@ end
 function TomTom:HijackCrazyArrow(onupdate)
     wayframe:SetScript("OnUpdate", onupdate)
     wayframe.hijacked = true
+    wayframe:Show()
 end

 -- Releases the crazy arrow by restoring the original OnUpdate script