mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
RBAC: Move initial log output in AccountMgr::LoadRBAC to debug
This commit is contained in:
@@ -390,7 +390,7 @@ void AccountMgr::LoadRBAC()
|
||||
{
|
||||
ClearRBAC();
|
||||
|
||||
TC_LOG_INFO(LOG_FILTER_SERVER_LOADING, "AccountMgr::LoadRBAC");
|
||||
TC_LOG_DEBUG(LOG_FILTER_RBAC, "AccountMgr::LoadRBAC");
|
||||
uint32 oldMSTime = getMSTime();
|
||||
uint32 count1 = 0;
|
||||
uint32 count2 = 0;
|
||||
|
||||
Reference in New Issue
Block a user