Quantcast

Missing del table, ops

Alar of Daggerspine [06-13-16 - 06:51]
Missing del table, ops
Filename
MissionCache.lua
diff --git a/MissionCache.lua b/MissionCache.lua
index 00d306e..015cb61 100644
--- a/MissionCache.lua
+++ b/MissionCache.lua
@@ -240,6 +240,7 @@ function module:OnAllGarrisonMissions(func,inProgress,missionType)
 			func(tmp[i])
 		end
 	end
+	addon:DelTable(tmp)
 end

 -- Old cache to be removed