WoWInterface SVN UrbanAchiever

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 160 to Rev 161
    Reverse comparison

Rev 160 → Rev 161

UrbanAchiever.toc
1,4 → 1,4
## Interface: 70300
## Interface: 80205
## Title: Urban Achiever
## Author: Syzgyn, Tomate
## Notes: Improved Achievement Frame
Main.lua
11,7 → 11,7
--bindings
BINDING_HEADER_URBANACHIEVER = "Urban Achiever"
 
local MAX_ACHIEVEMENTS = 12185 --last 12184
local MAX_ACHIEVEMENTS = 13930 --last 13931
local menuTypes = {"PLAYER", "PARTY", "RAID_PLAYER"}
local playerFaction = UnitFactionGroup("player") == "Alliance" and 1 or 2