Mercurial > wow > reaction
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 110:711ed6b639ac | 111:ea541cc7194f |
|---|---|
| 233 { | 233 { |
| 234 profile = { | 234 profile = { |
| 235 bars = { }, | 235 bars = { }, |
| 236 defaultBar = { } | 236 defaultBar = { } |
| 237 } | 237 } |
| 238 } | 238 }, |
| 239 -- initial profile is character-specific | 239 "Default" |
| 240 ) | 240 ) |
| 241 self.db.RegisterCallback(self,"OnProfileChanged") | 241 self.db.RegisterCallback(self,"OnProfileChanged") |
| 242 self.db.RegisterCallback(self,"OnProfileReset", "OnProfileChanged") | 242 self.db.RegisterCallback(self,"OnProfileReset", "OnProfileChanged") |
| 243 self.db.RegisterCallback(self,"OnProfileCopied","OnProfileChanged") | 243 self.db.RegisterCallback(self,"OnProfileCopied","OnProfileChanged") |
| 244 | 244 |
