Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maldiablo opened this issue Aug 23, 2024 · 0 comments
Open

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

maldiablo opened this issue Aug 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@maldiablo
Copy link

maldiablo commented Aug 23, 2024

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
@maldiablo maldiablo added the bug Something isn't working label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant