Mercurial > wow > reaction
comparison classes/PetActionButton.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 |
---|---|
69 spacing = 8, | 69 spacing = 8, |
70 buttons = { } | 70 buttons = { } |
71 }, | 71 }, |
72 | 72 |
73 barType = L["Pet Action Bar"], | 73 barType = L["Pet Action Bar"], |
74 buttonTypeID = buttonTypeID | |
74 }, | 75 }, |
75 { __index = Super } ) | 76 { __index = Super } ) |
76 | 77 |
77 ReAction.Button.PetAction = Pet | 78 ReAction.Button.PetAction = Pet |
78 ReAction:RegisterBarType(Pet) | 79 ReAction:RegisterBarType(Pet) |