WoWInterface SVN Livestock

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 126 to Rev 127
    Reverse comparison

Rev 126 → Rev 127

Livestock/Livestock.lua
160,7 → 160,7
 
-- Variable declaration
BINDING_HEADER_LIVESTOCKHEADER = "Livestock Summons" -- Keybindings menu
_G["BINDING_NAME_CLICK LivestockComboButton:LeftButton"] = "Random Smart Mount" -- Keybindings
_G["BINDING_NAME_CLICK LivestockSmartButton:LeftButton"] = "Random Smart Mount" -- Keybindings
_G["BINDING_NAME_CLICK LivestockLandMountsButton:LeftButton"] = "Random Land Mount"
_G["BINDING_NAME_CLICK LivestockFlyingMountsButton:LeftButton"] = "Random Flying Mount"
 
Livestock/Change Log.txt
1,3 → 1,7
Version 3.2.2
 
- Fixed Smart Mount keybind issue
 
Version 3.2.1
 
- Keybindings are visible in the Options menu
Livestock/Livestock.toc
2,7 → 2,7
## Title: Livestock
## Notes: Enables easy random summoning of vanity pets and mounts, including the option of "smart mounting"
## Author: Kharthus - Deathwing(US)
## Version: 3.2.1
## Version: 3.2.2
## SavedVariablesPerCharacter: LivestockSettings
 
LibRecompense\RecompenseTools.lua
Livestock/Bindings.xml
15,7 → 15,7
<Binding name="CLICK LivestockFlyingMountsButton:LeftButton" category="ADDONS">
-- flying mount
</Binding>
<Binding name="CLICK LivestockComboButton:LeftButton" category="ADDONS">
<Binding name="CLICK LivestockSmartButton:LeftButton" category="ADDONS">
-- smart mount
</Binding>