Signed-off-by: Alar of Daggerspine <alar@aspide.it>
Alar of Daggerspine [06-21-15 - 00:14]
Signed-off-by: Alar of Daggerspine <alar@aspide.it>
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