diff Degaine.lua @ 52:d724fb112e7c

Remove Ghost Wolf (doesn't work like this) and modify debug option
author contrebasse
date Mon, 28 Feb 2011 00:20:19 +0100
parents 94566cb4534f
children 6da5658a3428
line wrap: on
line diff
--- a/Degaine.lua	Mon Feb 28 00:07:34 2011 +0100
+++ b/Degaine.lua	Mon Feb 28 00:20:19 2011 +0100
@@ -9,7 +9,8 @@
 --     (it's not possible to know if you were sitting or standing before)
 
 --@debug@
-local debug = false
+local debug = true
+local debugAll = false
 --@end-debug@
 
 
@@ -174,7 +175,7 @@
 
 	--DegaineFrame:SetScript("OnUpdate", Degaine_OnUpdate);
 	--@debug@
-	if debug then
+	if debugAll then
 		DegaineFrame:RegisterAllEvents()
 	else
 	--@end-debug@