WoWInterface SVN UrbanAchiever

Compare Revisions

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

Rev 160 → Rev 159

trunk/Main.lua
1153,10 → 1153,10
if self.masterList[self.currentAch] then
self:SetDisplayAchievement(self.currentAch)
end
PlaySound(13832);--ACHIEVEMENT_MENU_OPEN
PlaySound(ACHIEVEMENT_MENU_OPEN);
end)
self.frame:SetScript("OnHide", function()
PlaySound(13833);--ACHIEVEMENT_MENU_CLOSE
PlaySound(ACHIEVEMENT_MENU_CLOSE);
self.isComparing = false
end)