Mercurial > wow > reaction
comparison classes/StanceButton.lua @ 231:158c9299185b
Fix button type config lookup
author | Flick |
---|---|
date | Tue, 22 Mar 2011 11:35:04 -0700 |
parents | c4b134512c50 |
children | 0e20f65375d5 |
comparison
equal
deleted
inserted
replaced
230:98114c158e62 | 231:158c9299185b |
---|---|
43 btnColumns = 6, | 43 btnColumns = 6, |
44 spacing = 3 | 44 spacing = 3 |
45 }, | 45 }, |
46 | 46 |
47 barType = L["Stance Bar"], | 47 barType = L["Stance Bar"], |
48 buttonTypeID = buttonTypeID | |
48 }, | 49 }, |
49 { __index = Super } ) | 50 { __index = Super } ) |
50 | 51 |
51 ReAction.Button.Stance = Stance | 52 ReAction.Button.Stance = Stance |
52 ReAction:RegisterBarType(Stance) | 53 ReAction:RegisterBarType(Stance) |