Skip to content

Azerothcore '.server info' has new unparsed data. #9

@maldiablo

Description

@maldiablo

for .server info, azerothcore added response time stats to the end. These show up in chat every time ACA refreshes server info, resulting in spam.

I don't know how to do a pull request, so I'll drop my fix here:

In AzerothCoreAdmin.lua, I inserted this at line 900:

    for match in string.gmatch(text, "|- ") do
        catchedSth = true
--        output = MangAdmin.db.account.style.showchat
        output = MangAdmin.db.account.style.showchat
    end

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions