WoWInterface SVN Livestock

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 139 to Rev 140
    Reverse comparison

Rev 139 → Rev 140

Livestock/Livestock.lua
1298,8 → 1298,10
return "LAND"
end
elseif continent == 1978 then -- if we're in the Dragon Isles
if dragonRiding and (instanceType == "none" or instanceID == 2516) then -- 2516 is for The Nokhud Offensive
if dragonRiding and IsAdvancedFlyableArea() and IsOutdoors() then
return "DRAGON"
elseif IsFlyableArea() then
return "FLYING"
else
return "LAND"
end
Livestock/Change Log.txt
1,3 → 1,8
Version 3.3.5
 
- Updates for patch 10.0.7
- Reworked logic to choose dragonriding in the Dragon Isles.
 
Version 3.3.4
 
- TOC update for patch 10.0.5
Livestock/Livestock.toc
1,8 → 1,8
## Interface: 100005
## Interface: 100007
## Title: Livestock
## Notes: Enables easy random summoning of vanity pets and mounts, including the option of "smart mounting"
## Author: Kharthus - Deathwing(US)
## Version: 3.3.4
## Version: 3.3.5
## SavedVariablesPerCharacter: LivestockSettings
 
LibRecompense\RecompenseTools.lua