WoWInterface SVN Livestock

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 128 to Rev 129
    Reverse comparison

Rev 128 → Rev 129

Livestock/Livestock.lua
1327,7 → 1327,7
end
end
elseif state == 2 then -- if mounted, clear out any mounted attributes and return, which will lead to a dismount (in the Click handler) and nothing in the PostClick. Druids go to flight form or travel form if they have it.
self.mounttype = nil
self.mounttype = Livestock.LandOrFlying()
if class == "DRUID" and not InCombatLockdown() then
if Livestock.LandOrFlying() == "FLYING" and LivestockSettings.druidlogic == 1 or Livestock.LandOrFlying() == "LAND" and LivestockSettings.travelform == 1 then
if GetSpellInfo(L.LIVESTOCK_SPELL_TRAVELFORM) then
Livestock/Change Log.txt
1,3 → 1,7
Version 3.2.4
 
- Another fix for dismounting issues
 
Version 3.2.3
 
- Fixed Livestock Menu button in Options
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.2.3
## Version: 3.2.4
## SavedVariablesPerCharacter: LivestockSettings
 
LibRecompense\RecompenseTools.lua