chore(Core): Code Reduction dealing with Logging, (Cosmetic only). (#8686)

This commit is contained in:
acidmanifesto
2021-10-24 21:33:16 -04:00
committed by GitHub
parent 0247db86d0
commit 0df821cbb0
14 changed files with 80 additions and 80 deletions

View File

@@ -54,7 +54,7 @@ void InstanceScript::HandleGameObject(ObjectGuid GUID, bool open, GameObject* go
go->SetGoState(open ? GO_STATE_ACTIVE : GO_STATE_READY);
else
{
LOG_DEBUG("scripts.ai", "TSCR: InstanceScript: HandleGameObject failed");
LOG_DEBUG("scripts.ai", "InstanceScript: HandleGameObject failed");
}
}
@@ -307,7 +307,7 @@ void InstanceScript::DoUpdateWorldState(uint32 uiStateId, uint32 uiStateData)
}
else
{
LOG_DEBUG("scripts.ai", "TSCR: DoUpdateWorldState attempt send data but no players in map.");
LOG_DEBUG("scripts.ai", "DoUpdateWorldState attempt send data but no players in map.");
}
}