WoWInterface SVN UrbanAchiever

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 126 to Rev 127
    Reverse comparison

Rev 126 → Rev 127

UrbanAchiever.toc
5,7 → 5,7
## Notes-frFR: Fenêtre de Hauts Faits améliorée
## Notes-zhTW:改進成就框架
## Notes-zhCN:改进成就框架
## Version 14.2.wowi:revision
## Version 14.3.wowi:revision
## OptionalDeps: Blizzard_AchievementUI
## SavedVariables: UASV
## SavedVariablesPerCharacter: UASVPC
Main.lua
7,7 → 7,7
--bindings
BINDING_HEADER_URBANACHIEVER = "Urban Achiever"
 
local MAX_ACHIEVEMENTS = 6186 --last 6185
local MAX_ACHIEVEMENTS = 6323 --last 6322
local menuTypes = {"PLAYER", "PARTY", "RAID_PLAYER"}
local playerFaction = UnitFactionGroup("player") == "Alliance" and 1 or 2
 
FactionSpecificAchievements.lua
195,7 → 195,12
["5837"] = 1,--Tricks and Treats of the Cataclysm
["5823"] = 1,--Veteran of the Alliance II
--4.3
["6031"] = 1,--Taking the Show on the Road
["6030"] = 1,--Taking the Show on the Road
["6013"] = 1,--Extinguishing the Cataclysm
["6007"] = 1,--Extinguishing Northrend
["6011"] = 1,--Flame Warden of Cataclysm
["6008"] = 1,--Flame Warden of Northrend
["5853"] = 1,--A-Caroling We Will Go
 
 
["224"] = 2,
390,7 → 395,12
["5838"] = 2,--Tricks and Treats of the Cataclysm
["5824"] = 2,--Veteran of the Horde II
--4.3
["6030"] = 2,--Taking the Show on the Road
["6031"] = 2,--Taking the Show on the Road
["6013"] = 2,--Extinguishing the Cataclysm
["6007"] = 2,--Extinguishing Northrend
["6012"] = 2,--Flame Keeper of Cataclysm
["6009"] = 2,--Flame Keeper of Northrend
["5854"] = 2,--A-Caroling We Will Go
 
 
--[[GUILD ACHIEVEMENT]]