Mercurial > wow > reaction
comparison classes/VehicleExitButton.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 |
|---|---|
| 19 spacing = 3, | 19 spacing = 3, |
| 20 buttons = { } | 20 buttons = { } |
| 21 }, | 21 }, |
| 22 | 22 |
| 23 barType = L["Exit Vehicle Floater"], | 23 barType = L["Exit Vehicle Floater"], |
| 24 buttonTypeID = buttonTypeID | |
| 24 }, | 25 }, |
| 25 { __index = Super } ) | 26 { __index = Super } ) |
| 26 | 27 |
| 27 ReAction.Button.VehicleExit = VExitButton | 28 ReAction.Button.VehicleExit = VExitButton |
| 28 ReAction:RegisterBarType(VExitButton) | 29 ReAction:RegisterBarType(VExitButton) |
