From a57bc77de6ebab898810bd854aad827b48f2abd1 Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Sat, 9 May 2026 21:19:24 +0200 Subject: [PATCH] Common.lua: surface playerClass in CoaExporterCatalog._meta Diagnostic so we can tell whether the patched scan actually ran (if _meta.playerClass is non-Unknown, /reload picked up the new file) without having to inspect the chat log. --- CoaExporter/Catalogs/Common.lua | 2 ++ 1 file changed, 2 insertions(+) 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