diff Core.lua @ 69:b7352f007028

Working on bids/rolls in the GUI Added debug mode to populate things with dummy data.
author John@Yosemite-PC
date Thu, 29 Mar 2012 20:17:59 -0400
parents a177b863ed6c
children 236117ab8a49
line wrap: on
line diff
--- a/Core.lua	Wed Mar 28 23:29:36 2012 -0400
+++ b/Core.lua	Thu Mar 29 20:17:59 2012 -0400
@@ -40,6 +40,8 @@
 
 function OnInitialize()
 
+    debug = true
+
     db = _G.LibStub("AceDB-3.0"):New("BskDB", defaults, "Default")
 
     options.args.profile = _G.LibStub("AceDBOptions-3.0"):GetOptionsTable(db)