mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
[Log] Log info level
This commit is contained in:
@@ -376,7 +376,7 @@ void PlayerbotFactory::Randomize(bool incremental)
|
||||
if (bot->getLevel() >= 10)
|
||||
{
|
||||
pmo = sPerformanceMonitor->start(PERF_MON_RNDBOT, "PlayerbotFactory_Pet");
|
||||
LOG_INFO("playerbots", "Initializing pet...");
|
||||
LOG_DEBUG("playerbots", "Initializing pet...");
|
||||
InitPet();
|
||||
bot->SaveToDB(false, false);
|
||||
InitPetTalents();
|
||||
|
||||
Reference in New Issue
Block a user