WoWInterface SVN Livestock

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 130 to Rev 131
    Reverse comparison

Rev 130 → Rev 131

Livestock/Livestock.lua
935,7 → 935,7
-- When druids change forms, the state is updated again with the same information, but the updated form info is taken into account. This allows for smart mounting to effectively cancel the form that was just cast because the type is usually set to cast the form spell that was just cast.
 
SecureHandlerWrapScript(self, "OnAttributeChanged", self, [[
local class, catform, druidlogic, bearspell, catspell, travelspell, wolfspell, worgenlogic = self:GetAttribute("playerclass"), self:GetAttribute("catform"), self:GetAttribute("druidlogic"), self:GetAttribute("bearspell"), self:GetAttribute("catspell"), self:GetAttribute("travelspell"), self:GetAttribute("wolfspell"), self:GetAttribute("worgenlogic")
local LivestockClass, catform, druidlogic, bearspell, catspell, travelspell, wolfspell, worgenlogic = self:GetAttribute("playerclass"), self:GetAttribute("catform"), self:GetAttribute("druidlogic"), self:GetAttribute("bearspell"), self:GetAttribute("catspell"), self:GetAttribute("travelspell"), self:GetAttribute("wolfspell"), self:GetAttribute("worgenlogic")
local waterwalkingspell = self:GetAttribute("waterwalking")
local waterwalkingtoggle = self:GetAttribute("waterwalkingtoggle")
local combatformstoggle = self:GetAttribute("combatformstoggle")
Livestock/Change Log.txt
1,3 → 1,7
Version 3.2.6
 
- Fixed cat form, ghost wolf, etc.
 
Version 3.2.5
 
- Updates for patch 10.0.2
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.5
## Version: 3.2.6
## SavedVariablesPerCharacter: LivestockSettings
 
LibRecompense\RecompenseTools.lua