Skip to content

1.0.0

Choose a tag to compare

@galaxy-ham galaxy-ham released this 28 Jun 20:28
fix: guard against WoW secret string taint during combat

String operations on chat messages from secure/combat execution contexts
throw taint errors during raid combat. Wrapped all message:find(),
message:lower(), and RecolorPlayerLinks() calls in pcall so tainted
strings are silently skipped rather than generating UI errors.