WoWInterface SVN Livestock-Cataclysm

Compare Revisions

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

Rev 11 → Rev 12

trunk/Livestock/Change Log.txt
1,3 → 1,7
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: 40200
## Interface: 40300
## 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.2
## Version: 1.5.3
## SavedVariablesPerCharacter: LivestockSettings
 
LibRecompense\RecompenseTools.lua
trunk/Livestock/Livestock.lua
1468,6 → 1468,9
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