Quantcast

Disable automatic quest tracking by default

James Whitehead II [03-05-11 - 11:42]
Disable automatic quest tracking by default
Filename
TomTom.lua
diff --git a/TomTom.lua b/TomTom.lua
index 85354ed..b561ba5 100755
--- a/TomTom.lua
+++ b/TomTom.lua
@@ -126,7 +126,7 @@ function TomTom:ADDON_LOADED(event, addon)
                 poi = {
                     enable = true,
                     modifier = "C",
-                    setClosest = true,
+                    setClosest = false,
                     arrival = 0,
                 },
 			},