From 8c56333be6f4898606ca9382ccd89d99a2e18978 Mon Sep 17 00:00:00 2001 From: rilgamon Date: Sat, 6 Mar 2021 23:03:46 +0100 Subject: [PATCH] Dont open/close garrison when in combat --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 129d6d6..4254776 100755 --- a/core.lua +++ b/core.lua @@ -69,7 +69,7 @@ local function findTypes() end end local function bclick(swap) - if(GarrisonLandingPage) then + if(not InCombatLockdown() and GarrisonLandingPage) then if(GarrisonLandingPage:IsShown()) then GarrisonLandingPage_Toggle() if(not swap) then