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)
|
if (bot->getLevel() >= 10)
|
||||||
{
|
{
|
||||||
pmo = sPerformanceMonitor->start(PERF_MON_RNDBOT, "PlayerbotFactory_Pet");
|
pmo = sPerformanceMonitor->start(PERF_MON_RNDBOT, "PlayerbotFactory_Pet");
|
||||||
LOG_INFO("playerbots", "Initializing pet...");
|
LOG_DEBUG("playerbots", "Initializing pet...");
|
||||||
InitPet();
|
InitPet();
|
||||||
bot->SaveToDB(false, false);
|
bot->SaveToDB(false, false);
|
||||||
InitPetTalents();
|
InitPetTalents();
|
||||||
|
|||||||
Reference in New Issue
Block a user