Change the default throttleVal to 0.35.
Scott Sibley [09-17-10 - 03:50]
Change the default throttleVal to 0.35.
diff --git a/StarTip.lua b/StarTip.lua
index e560654..419c1b9 100644
--- a/StarTip.lua
+++ b/StarTip.lua
@@ -136,7 +136,7 @@ local SINGLETON_CLASSIFICATIONS = {
"targettargettarget",
"focus",
"focustarget",
- "focustargettarget",
+ "focustargettarget"
}
StarTip.SINGLETON_CLASSIFICATIONS = SINGLETON_CLASSIFICATIONS
@@ -171,7 +171,7 @@ local defaults = {
unitFrameShow = 1,
otherFrameShow = 1,
errorLevel = 1,
- throttleVal = 0.3
+ throttleVal = 0.35
}
}