Skip to content
New issue

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

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

Already on GitHub? # to your account

'daily_players_reports' The table is empty with no data recorded. #129

Open
gutoukuaiken opened this issue Dec 5, 2023 · 1 comment
Open

Comments

@gutoukuaiken
Copy link

Current Behaviour

While the server is running, the 'players_reports_status' table normally records each player's data, but the 'daily_players_reports' table has no records.

if (CharacterDatabase.Query("SELECT 0 FROM daily_players_reports WHERE guid = {};", player->GetGUID().GetCounter()))
m_Players[player->GetGUID()].SetDailyReportState(true);

........................

void AnticheatMgr::ResetDailyReportStates()
{
for (AnticheatPlayersDataMap::iterator it = m_Players.begin(); it != m_Players.end(); ++it)
m_Players[(*it).first].SetDailyReportState(false);
}
It seems that these statements have not been effective.

Expected Blizzlike Behaviour

none

Source

none

Steps to reproduce the problem

none

Extra Notes

none

AC rev. hash/commit

none

Operating system

ubuntn 20.04

Custom changes or Modules

none

@nhx99
Copy link

nhx99 commented Aug 4, 2024

I followed https://www.azerothcore.org/wiki/debian12-install-guide to the letter i used Anticheat config from mod anticheat wiki everything on server is working good except "daily_players_reports" not being updated. Did we miss something? Can you guys recheck for this issue. Thank you.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants