From 605258fb51b4967489f696cb5d733bb248d0e3b0 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Sun, 21 Jun 2015 02:14:30 +0200 Subject: [PATCH] Signed-off-by: Alar of Daggerspine --- GarrisonCommander.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GarrisonCommander.lua b/GarrisonCommander.lua index 050f094..ac7fcb2 100644 --- a/GarrisonCommander.lua +++ b/GarrisonCommander.lua @@ -929,6 +929,10 @@ function addon:EventGARRISON_MISSION_STARTED(event,missionID,...) --@debug@ print(event,missionID,...) --@end-debug@ + if (not GMF:IsShown()) then + -- Shipyard + return + end wipe(dbcache.ignored[missionID]) local party=self:GetParty(missionID) wipe(party.members) -- I remove preset party, so PartyCache will refill it with the ones from the actual mission -- 1.7.9.5