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:
parent
166eb1ec5e
commit
a57bc77de6
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue