Files
coa-chatter/README.md
T
2026-05-22 22:11:55 +02:00

10 lines
387 B
Markdown

# coa-chatter
[Chatter](https://www.curseforge.com/wow/addons/chatter) chat addon, patched for the Conquest of Azeroth (CoA) client.
## CoA delta
- `Modules/AltNames.lua` — guard nil `note`/`rank` from `GetGuildRosterInfo`. The CoA client returns these fields as `nil` instead of `""`, which crashed `ScanGuildNotes` on `strlower(note)`.
Upstream: Chatter v1.2.11 (Curse package).