diff --git a/modules/thirdparty.lua b/modules/thirdparty.lua index b9513f4b..7988e576 100644 --- a/modules/thirdparty.lua +++ b/modules/thirdparty.lua @@ -245,7 +245,6 @@ pfUI:RegisterModule("thirdparty", function () AddIntegration("DPSMate", function() if C.thirdparty.dpsmate.skin == "1" then - DEFAULT_CHAT_FRAME:AddMessage("1st launching") if DPSMateSettings then -- set DPSMate appearance to match pfUI for w in pairs(DPSMateSettings["windows"]) do @@ -557,7 +556,6 @@ pfUI:RegisterModule("thirdparty", function () local AtlasCompare = CreateFrame( "Frame" , "pfEQCompareAtlas", AtlasLootTooltip ) AtlasCompare:SetScript("OnShow", function() - if this.itemLink then message(this.itemLink) end pfUI.eqcompare.ShowCompare(AtlasLootTooltip) end) diff --git a/pfUI.toc b/pfUI.toc index ceffdd73..036136c1 100644 --- a/pfUI.toc +++ b/pfUI.toc @@ -2,7 +2,7 @@ ## Title: |cff33ffccpf|cffffffffUI ## Author: Shagu ## Notes: A complete user interface replacement. -## Version: 3.4.0 +## Version: 3.5.0 ## SavedVariables: pfUI_profiles, pfUI_gold ## SavedVariablesPerCharacter: pfUI_config, pfUI_init, pfUI_playerDB