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.
This commit is contained in:
2026-05-09 21:19:24 +02:00
parent 166eb1ec5e
commit a57bc77de6
+2
View File
@@ -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