Mercurial > wow > reaction
annotate Bindings.lua @ 179:bf64e71701e2
Remove support for hunter aspects in stance bar. Remove option to disable DK/paladin auras in stance bar. (drycoded)
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 20 Oct 2010 23:40:41 +0000 |
parents | df68b5a40490 |
children |
rev | line source |
---|---|
flickerstreak@175 | 1 local addonName, addonTable = ... |
flickerstreak@175 | 2 local ReAction = addonTable.ReAction |
flickerstreak@122 | 3 local L = ReAction.L |
flickerstreak@122 | 4 local _G = _G |
flickerstreak@122 | 5 |
flickerstreak@122 | 6 _G["BINDING_HEADER_REACTION"] = L["ReAction"] |
flickerstreak@122 | 7 |
flickerstreak@122 | 8 _G["BINDING_NAME_REACTION_TOGGLELOCK"] = L["Toggle ReAction Bar Lock"] |
flickerstreak@122 | 9 _G["BINDING_NAME_REACTION_TOGGLEKEYBIND"] = L["ReAction Keybinding Mode"] |