WoWInterface SVN UrbanAchiever

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 156 to Rev 157
    Reverse comparison

Rev 156 → Rev 157

trunk/UrbanAchiever.toc
1,4 → 1,4
## Interface: 70100
## Interface: 70200
## Title: Urban Achiever
## Author: Syzgyn, Tomate
## Notes: Improved Achievement Frame
trunk/Main.lua
11,7 → 11,7
--bindings
BINDING_HEADER_URBANACHIEVER = "Urban Achiever"
 
local MAX_ACHIEVEMENTS = 11479 --last 11478
local MAX_ACHIEVEMENTS = 11853 --last 11852
local menuTypes = {"PLAYER", "PARTY", "RAID_PLAYER"}
local playerFaction = UnitFactionGroup("player") == "Alliance" and 1 or 2