WoWInterface SVN UrbanAchiever

Compare Revisions

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

Rev 159 → Rev 160

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