WoWInterface SVN UrbanAchiever

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 118 to Rev 119
    Reverse comparison

Rev 118 → Rev 119

UrbanAchiever.toc
5,7 → 5,7
## Notes-frFR: Fenêtre de Hauts Faits améliorée
## Notes-zhTW:改進成就框架
## Notes-zhCN:改进成就框架
## Version 13.4.wowi:revision
## Version 13.5.wowi:revision
## OptionalDeps: Blizzard_AchievementUI
## SavedVariables: UASV
## SavedVariablesPerCharacter: UASVPC
Main.lua
373,14 → 373,14
WatchFrameLinkButtonTemplate_OnLeftClick = function(this)
CloseDropDownMenus()
if ( this.type == "QUEST" ) then
if IsModifiedClick("ALT") then
if IsModifiedClick("SELFCAST") then
RemoveQuestWatch(GetQuestIndexForWatch(this.index))
WatchFrame_Update()
else
QuestLog_SetSelection(GetQuestIndexForWatch(this.index))
end
elseif ( this.type == "ACHIEVEMENT" ) then
if IsModifiedClick("ALT") then
if IsModifiedClick("SELFCAST") then
RemoveTrackedAchievement(this.index)
else
if not self.frame:IsShown() then
1350,7 → 1350,7
button:SetScript("OnClick", function()
local id = button:GetID()
if self.masterList[id] then
if ChatFrame1EditBox:IsVisible() and IsModifiedClick("CHATLINK") then
if ChatFrame1EditBox:HasFocus() and IsModifiedClick("CHATLINK") then
self:InsertIntoChat(id)
elseif IsShiftKeyDown() then
if IsTrackedAchievement(id) then