You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: