Skip to content

Commit

Permalink
Fix toggling pet journal
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanx committed Aug 14, 2016
1 parent f311b81 commit 1742e34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Addon.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--[[--------------------------------------------------------------------
Broker_LFG
Basic LFG button for your DataBroker display.
Copyright (c) 2010-2015 Phanx <addons@phanx.net>. All rights reserved.
Copyright (c) 2010-2016 Phanx <addons@phanx.net>. All rights reserved.
http://www.wowinterface.com/downloads/info16710-BrokerLFG.html
http://www.curse.com/addons/wow/broker-lfg
https://mods.curse.com/addons/wow/broker-lfg
https://github.com/Phanx/Broker_LFG
----------------------------------------------------------------------]]

Expand Down Expand Up @@ -231,7 +231,7 @@ addon.feed = LibStub("LibDataBroker-1.1"):NewDataObject("LFG", {
TogglePVPUI()
end
elseif button == "MiddleButton" or IsShiftKeyDown() then
TogglePetJournal(2)
ToggleCollectionsJournal(2)
elseif IsControlKeyDown() then
PVEFrame_ToggleFrame("GroupFinderFrame", ScenarioFinderFrame)
elseif IsAltKeyDown() then
Expand Down Expand Up @@ -290,4 +290,4 @@ addon:SetScript("OnEvent", function(self, event)
currentFrame = 1
self.feed.iconCoords = iconCoords[1]
end
end)
end)

0 comments on commit 1742e34

Please sign in to comment.