Quantcast

Should now refresh mission list also on first opening

Alar of Daggerspine [01-03-15 - 21:33]
Should now refresh mission list also on first opening
Filename
GarrisonCommander.lua
diff --git a/GarrisonCommander.lua b/GarrisonCommander.lua
index a66e386..083c8c9 100644
--- a/GarrisonCommander.lua
+++ b/GarrisonCommander.lua
@@ -2170,7 +2170,7 @@ function addon:StartUp(...)
 	self:ScheduleRepeatingTimer("Clock",1)
 	self:BuildMissionsCache(true,true)
 	self:BuildRunningMissionsCache()
-	GarrisonMissionList_UpdateMissions();
+	self:Trigger("MSORT")
 end
 -- probably not really needed, haven seen yet them firing out of garrison
 function addon:PermanentEvents()