Quantcast

* Fixed a bug that caused the crazy arrow to appear on zoning/death/etc

James Whitehead II [04-07-08 - 08:41]
* Fixed a bug that caused the crazy arrow to appear on zoning/death/etc
Filename
TomTom_CrazyArrow.lua
diff --git a/TomTom_CrazyArrow.lua b/TomTom_CrazyArrow.lua
index f3a1f64..bcad5c0 100644
--- a/TomTom_CrazyArrow.lua
+++ b/TomTom_CrazyArrow.lua
@@ -89,7 +89,7 @@ local function OnDragStop(self, button)
 end

 local function OnEvent(self, event, ...)
-	if event == "ZONE_CHANGED_NEW_AREA" then
+	if event == "ZONE_CHANGED_NEW_AREA" and TomTom.profile.arrow.enable then
 		self:Show()
 	end
 end