mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 16:43:47 +00:00
chore(Core/Logging): replace most server loggers (#5726)
* chore(Core/Logging): replace most server loggers Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -906,13 +906,13 @@ public:
|
||||
void LoadQuests();
|
||||
void LoadQuestStartersAndEnders()
|
||||
{
|
||||
LOG_INFO("server", "Loading GO Start Quest Data...");
|
||||
LOG_INFO("server.loading", "Loading GO Start Quest Data...");
|
||||
LoadGameobjectQuestStarters();
|
||||
LOG_INFO("server", "Loading GO End Quest Data...");
|
||||
LOG_INFO("server.loading", "Loading GO End Quest Data...");
|
||||
LoadGameobjectQuestEnders();
|
||||
LOG_INFO("server", "Loading Creature Start Quest Data...");
|
||||
LOG_INFO("server.loading", "Loading Creature Start Quest Data...");
|
||||
LoadCreatureQuestStarters();
|
||||
LOG_INFO("server", "Loading Creature End Quest Data...");
|
||||
LOG_INFO("server.loading", "Loading Creature End Quest Data...");
|
||||
LoadCreatureQuestEnders();
|
||||
}
|
||||
void LoadGameobjectQuestStarters();
|
||||
|
||||
Reference in New Issue
Block a user