mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +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:
@@ -708,7 +708,7 @@ public:
|
||||
rank = 2;
|
||||
break;
|
||||
default:
|
||||
LOG_ERROR("server", "Unknown rank of Improved Healthstone id: %d", aurEff->GetId());
|
||||
LOG_ERROR("spells", "Unknown rank of Improved Healthstone id: %d", aurEff->GetId());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user