Ignore:
Timestamp:
Dec 21, 2013, 2:42:22 PM (11 years ago)
Author:
maron
Message:
  • Fixed: export in lua only if is all variable
  • Fixed: addon name quest in quest log
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/files/3.3.5a/CzWoW/CzWoW.lua

    r521 r662  
    106106--  self:RegisterEvent("SHOW_COMPARE_TOOLTIP");
    107107  self:RegisterEvent("OnTooltipSetItem");
     108  self:RegisterEvent("QUEST_LOG_UPDATE");
    108109 
    109110        if(GameTooltip:GetScript("OnTooltipSetItem")) then
     
    184185        if QuestFrameRewardPanel:IsVisible() then QuestFrameRewardPanel_OnShow(); end
    185186        if ItemTextFrame:IsVisible() then ItemTextFrame_OnEvent(); end
     187        if ( QuestInfoFrame.questLog ) then QuestLog_Update(); end
    186188end
    187189
Note: See TracChangeset for help on using the changeset viewer.