Mercurial > wow > reaction
comparison classes/MultiCastButton.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 |
---|---|
314 spacing = 3, | 314 spacing = 3, |
315 buttons = { } | 315 buttons = { } |
316 }, | 316 }, |
317 | 317 |
318 barType = L["Totem Bar"], | 318 barType = L["Totem Bar"], |
319 buttonTypeID = buttonTypeID | |
319 }, | 320 }, |
320 { __index = Action } ) | 321 { __index = Action } ) |
321 | 322 |
322 ReAction.Button.MultiCast = MultiCast | 323 ReAction.Button.MultiCast = MultiCast |
323 ReAction:RegisterBarType(MultiCast) | 324 ReAction:RegisterBarType(MultiCast) |