WoWInterface SVN UrbanAchiever

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 94 to Rev 95
    Reverse comparison

Rev 94 → Rev 95

Main.lua
1162,6 → 1162,7
local retok, _, _, _, completed = pcall (GetAchievementInfo,id)
if not retok or not id then return nil end
if completed == true then
DEFAULT_CHAT_FRAME:AddMessage(UAAchievementDone);
else
AddTrackedAchievement(id)
end