WoWInterface SVN PetListPlus

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 5 to Rev 6
    Reverse comparison

Rev 5 → Rev 6

Main.lua
3,8 → 3,8
local self = PetListPlus
 
self.selected = {
["MOUNT"] = 0,
["CRITTER"] = 0,
["MOUNT"] = 1,
["CRITTER"] = 1,
}
self.offset = {
["MOUNT"] = 0,
136,6 → 136,7
self.buttons[count].name:SetText(creatureName)
if i == self.selected[mode] then
self.buttons[count]:SetChecked(1)
self.model:SetCreature(creatureID)
else
self.buttons[count]:SetChecked(0)
end
169,7 → 170,7
local mode = PetPaperDollFrameCompanionFrame.mode
local creatureID, creatureName, spellID, icon, active = GetCompanionInfo(mode, i)
 
self.model:SetCreature(creatureID)
--self.model:SetCreature(creatureID)
if IsModifiedClick() then
if ( IsModifiedClick("CHATLINK") ) then
if ( MacroFrame and MacroFrame:IsShown() ) then