WoWInterface SVN Livestock

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 142 to Rev 143
    Reverse comparison

Rev 142 → Rev 143

Livestock/Livestock.lua
1238,14 → 1238,12
local artisanRiding = IsSpellKnown(L.LIVESTOCK_SPELL_ARTISANRIDING) -- Artisan Riding (pre-squish)
local masterRiding = IsSpellKnown(L.LIVESTOCK_SPELL_MASTERRIDING) -- Master Riding
 
local bfaFlying = IsSpellKnown(L.LIVESTOCK_SPELL_BFAPATHFINDER) -- Battle for Azeroth Pathfinder, Rank 2
local dragonRiding = IsSpellKnown(L.LIVESTOCK_SPELL_DRAGONRIDING) -- Dragonriding Basics
 
if debug then
print("Expert Riding :", expertRiding)
print("Artisan Riding :", artisanRiding)
print("Master Riding :", masterRiding)
print("BfA Flying :", bfaFlying)
print("Dragonriding :", dragonRiding)
end
 
1286,7 → 1284,7
return "LAND"
end
elseif continent == 876 or continent == 875 or zoneID == 1355 then -- if we're in Kul Tiras or Zandalar or Nazjatar
if bfaFlying and IsFlyableArea() then
if IsFlyableArea() then
return "FLYING"
else
return "LAND"
Livestock/Change Log.txt
1,3 → 1,7
Version 3.3.8
 
- Removed Battle for Azeroth Pathfinder from BFA flying requirements
 
Version 3.3.7
 
- Fixed Otto and Ottuk mounts
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: 3.3.7
## Version: 3.3.8
## AddonCompartmentFunc: Livestock_OnAddonCompartmentClick
## IconTexture: 136456
## SavedVariablesPerCharacter: LivestockSettings