WoWInterface SVN TotemManager

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 78 to Rev 79
    Reverse comparison

Rev 78 → Rev 79

TotemManager/TotemManager.lua
90,6 → 90,9
shortcut1, shortcut2 = GetBindingKey("TOTEM_MANAGER_SHIELD");
self:BindButton(getglobal("shieldSelected"), shortcut1, shortcut2);
 
shortcut1, shortcut2 = GetBindingKey("TOTEM_MANAGER_TOTEMIC_CALL");
self:BindButton(getglobal("totemicCall"), shortcut1, shortcut2);
 
end
 
function TotemManager:LoadDefaultData()
432,6 → 435,9
rendererCreatorFunc
);
 
local tcFrame = CreateFrame("Button", "totemicCall" ,nil, "SecureUnitButtonTemplate");
tcFrame:SetAttribute("type", "spell");
tcFrame:SetAttribute("spell", self.TOTEMIC_CALL);
 
self:UPDATE_BINDINGS();
 
TotemManager/Bindings.xml
9,10 → 9,10
<Binding name="TOTEM_MANAGER_SKIP">
TotemManager.changeShortcut = nil;
</Binding>
-->
<Binding name="TOTEM_MANAGER_TOTEMIC_CALL" >
TotemManager.changeShortcut = nil;
</Binding>
-->
<Binding name="TOTEM_MANAGER_WEAPON" header="TOTEM_MANAGER_HEADER">
TotemManager.changeShortcut = nil;
</Binding>