WoWInterface SVN Livestock

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 96 to Rev 95
    Reverse comparison

Rev 96 → Rev 95

trunk/Livestock/Change Log.txt
1,7 → 1,3
Version 2.7.6
 
- Fixed Moonkin Form when mounting
 
Version 2.7.5
 
- Fixed Darkmoon Faire
trunk/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: 2.7.6
## Version: 2.7.5
## SavedVariablesPerCharacter: LivestockSettings
 
LibRecompense\RecompenseTools.lua
trunk/Livestock/Livestock.lua
1563,7 → 1563,8
AuraUtil.FindAuraByName(L.LIVESTOCK_SPELL_TRAVELFORM, "player") or
AuraUtil.FindAuraByName(L.LIVESTOCK_SPELL_TREEOFLIFE, "player") or
AuraUtil.FindAuraByName(L.LIVESTOCK_SPELL_TREANTFORM, "player") or
AuraUtil.FindAuraByName(L.LIVESTOCK_SPELL_STAGFORM, "player") then
AuraUtil.FindAuraByName(L.LIVESTOCK_SPELL_STAGFORM, "player") or
AuraUtil.FindAuraByName(L.LIVESTOCK_SPELL_MOONKINFORM, "player") then
self:SetAttribute("type", "macro")
self:SetAttribute("macrotext", "/cancelform")
self:SetAttribute("mounttype", nil)