Skip to content

Commit

Permalink
fixed interaction msg not disappearing during combat
Browse files Browse the repository at this point in the history
  • Loading branch information
tirafesi committed Sep 25, 2019
1 parent fcdd7c0 commit 556ad09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ClassicActionCombat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ end
-- unbinds interaction key since it's not useful during combat
function eventHandlers.PLAYER_REGEN_DISABLED()
setInteractKeyBinding("UNBOUND")
if interactMsg:IsVisible() then interactMsg:Hide() end
end


Expand Down Expand Up @@ -235,7 +236,7 @@ function eventHandlers.ADDON_LOADED(name)
TOGGLE = "LALT" -- not settable by the user
},
windows = {
"AuctionFrame", "AddonList", "BankFrame", "CharacterFrame", "ContainerFrame1", "FriendsFrame", "GameMenuFrame", "GossipFrame", "GwBagFrame", "GwBankFrame", "GwLockHudButton", "GwQuestviewFrame", "GwSettingsWindow", "HelpFrame", "InspectFrame", "InterfaceOptionsFrame", "KeyBindingFrame", "LootFrame", "MacroFrame", "MailFrame", "MAOptions", "MerchantFrame", "QuestLogFrame", "StaticPopup1", "SpellBookFrame", "TalentFrame", "TaxiFrame", "TradeFrame", "VideoOptionsFrame", "WorldMapFrame"
"AuctionFrame", "AddonList", "BankFrame", "CharacterFrame", "ContainerFrame1", "FriendsFrame", "GameMenuFrame", "GossipFrame", "GwBagFrame", "GwBankFrame", "GwLockHudButton", "GwQuestviewFrame", "GwSettingsWindow", "HelpFrame", "InspectFrame", "InterfaceOptionsFrame", "KeyBindingFrame", "MacroFrame", "MailFrame", "MAOptions", "MerchantFrame", "QuestLogFrame", "StaticPopup1", "SpellBookFrame", "TalentFrame", "TaxiFrame", "TradeFrame", "VideoOptionsFrame", "WorldMapFrame"
}
}
end
Expand Down

0 comments on commit 556ad09

Please sign in to comment.