Dont open/close garrison when in combat

This commit is contained in:
rilgamon 2021-03-06 23:03:46 +01:00
parent 289f0956bf
commit 8c56333be6
1 changed files with 1 additions and 1 deletions

View File

@ -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