WoWInterface SVN Livestock

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 135 to Rev 136
    Reverse comparison

Rev 135 → Rev 136

Livestock/Livestock.lua
1194,7 → 1194,7
end
end
 
local _, instanceType = GetInstanceInfo()
local _, instanceType, _, _, _, _, _, instanceID = GetInstanceInfo()
 
local expertRiding = IsSpellKnown(L.LIVESTOCK_SPELL_EXPERTRIDING) -- Expert Riding
local artisanRiding = IsSpellKnown(L.LIVESTOCK_SPELL_ARTISANRIDING) -- Artisan Riding (pre-squish)
1260,7 → 1260,7
return "LAND"
end
elseif continent == 1978 then -- if we're in the Dragon Isles
if dragonRiding and instanceType == "none" then
if dragonRiding and (instanceType == "none" or instanceID == 2516) then -- 2516 is for The Nokhud Offensive
return "DRAGON"
else
return "LAND"
Livestock/Change Log.txt
1,3 → 1,7
Version 3.3.1
 
- Enabled dragonriding in The Nokhud Offensive.
 
Version 3.3.0
 
- Attempt to prevent dragonriding inside instances.
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.0
## Version: 3.3.1
## SavedVariablesPerCharacter: LivestockSettings
 
LibRecompense\RecompenseTools.lua