diff --git a/CoaExporter/Catalogs/Common.lua b/CoaExporter/Catalogs/Common.lua index 6c34f23..0de7efc 100644 --- a/CoaExporter/Catalogs/Common.lua +++ b/CoaExporter/Catalogs/Common.lua @@ -222,6 +222,8 @@ function C.Run(filter, callback) lastScanAt = ctx.startedAt, filter = ctx.filter, totalEntries = total, + playerClass = ctx.playerClass, + playerClassFile = ctx.playerClassFile, } log(string.format("done. %d entries processed; /reload to flush SavedVariables.", total)) if callback then callback(ctx) end