WoWInterface SVN pRogue

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 9 to Rev 10
    Reverse comparison

Rev 9 → Rev 10

pRogue/pRogue.lua
1,4 → 1,4
if(select(2, UnitClass'player') ~= 'ROGUE') then return end
local _, class = UnitClass('player'); if(class ~= 'ROGUE') then return end
local addon = CreateFrame('Button', 'pRogue', TradeFrame, 'SecureActionButtonTemplate, UIPanelButtonTemplate')
 
local function GetChannel()
pRogue/pRogue.toc
1,7 → 1,7
## Interface: 20400
## Interface: 30000
## Author: p3lim
## Version: Revision wowi:revision
## Version: 30000.wowi:revision
## Title: |cffff6000p|rRogue
## Notes: Trade-/MerchantFrame enhancement to ease a Rogue's life
## Notes: Enhancements to ease a Rogue's life
 
pRogue.lua
\ No newline at end of file