WoWInterface SVN Livestock-Cataclysm

Compare Revisions

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

Rev 12 → Rev 13

trunk/Livestock/Livestock.lua
1010,6 → 1010,7
 
Flying mounts = 7
Water mounts = 12
Sandstone Drake = 15
Flying carpets = 23 (they can't swim)
Ground mounts = 29 (includes swimming turtles)
Multi-purpose = 31
1017,7 → 1018,7
 
if mountFlags == 7 then -- flying mount
LivestockSettings.Mounts[name].type = "flying"
elseif mountFlags == 31 or mountFlags == 23 then -- variable
elseif mountFlags == 31 or mountFlags == 23 or mountFlags == 15 then -- variable
LivestockSettings.Mounts[name].type = "flying"
LivestockSettings.Mounts[name2] = { index = i, }
LivestockSettings.Mounts[name2].type = "land"
trunk/Livestock/Change Log.txt
1,3 → 1,7
Version 1.5.4
 
- Fixed Sandstone Drake
 
Version 1.5.3
 
- TOC update for WoW 4.3
trunk/Livestock/Livestock.toc
3,7 → 3,7
## 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.4
## SavedVariablesPerCharacter: LivestockSettings
 
LibRecompense\RecompenseTools.lua