mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +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:
@@ -27,7 +27,7 @@ uint32 Acore::XP::BaseGain(uint8 pl_level, uint8 mob_level, ContentLevels conten
|
||||
nBaseExp = 580;
|
||||
break;
|
||||
default:
|
||||
LOG_ERROR("server", "BaseGain: Unsupported content level %u", content);
|
||||
LOG_ERROR("misc", "BaseGain: Unsupported content level %u", content);
|
||||
nBaseExp = 45;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user