WoWInterface SVN Livestock-Cataclysm

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 12 to Rev 11
    Reverse comparison

Rev 12 → Rev 11

trunk/Livestock/Change Log.txt
1,7 → 1,3
Version 1.5.3
 
- TOC update for WoW 4.3
 
Version 1.5.2
 
- Add support for camouflage
trunk/Livestock/Livestock.toc
1,9 → 1,9
## Interface: 40300
## Interface: 40200
## Title: Livestock
## Notes: Enables easy random summoning of vanity pets and mounts, including the option of "smart mounting."
## Author: Recompense - Uldum(US)
## X-eMail: scott.snowman@gmail.com
## Version: 1.5.3
## Version: 1.5.2
## SavedVariablesPerCharacter: LivestockSettings
 
LibRecompense\RecompenseTools.lua
trunk/Livestock/Livestock.lua
1468,9 → 1468,6
local breath = false
for count = 1, MIRRORTIMER_NUMTIMERS do
local timer, _, _, scale = GetMirrorTimerInfo(count)
if (debug) then
print(format("Timer = '%s' and value = '%s'", timer, scale))
end
if timer == "BREATH" and scale == -1 then
breath = true
end