Mercurial > wow > reaction
diff ReAction.lua @ 111:ea541cc7194f
Change initial profile selection to Default
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Thu, 08 Jan 2009 01:16:00 +0000 |
parents | 410d036c43b2 |
children | d39cfbdde301 |
line wrap: on
line diff
--- a/ReAction.lua Thu Jan 08 01:00:22 2009 +0000 +++ b/ReAction.lua Thu Jan 08 01:16:00 2009 +0000 @@ -235,8 +235,8 @@ bars = { }, defaultBar = { } } - } - -- initial profile is character-specific + }, + "Default" ) self.db.RegisterCallback(self,"OnProfileChanged") self.db.RegisterCallback(self,"OnProfileReset", "OnProfileChanged")