From 2f067093b79c4b364b8e353325b2ba2251a6b965 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 7 Apr 2008 08:41:24 +0000 Subject: [PATCH] * Fixed a bug that caused the crazy arrow to appear on zoning/death/etc --- TomTom_CrazyArrow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5