Update rpg status probability

This commit is contained in:
Yunfan Li
2024-12-11 23:00:03 +08:00
parent 69fe9a2d81
commit f26cebb518
3 changed files with 5 additions and 5 deletions

View File

@@ -424,7 +424,7 @@ void PlayerbotFactory::Randomize(bool incremental)
bot->SetHealth(bot->GetMaxHealth());
bot->SetPower(POWER_MANA, bot->GetMaxPower(POWER_MANA));
bot->SaveToDB(false, false);
LOG_INFO("playerbots", "Initialization Done.");
// LOG_INFO("playerbots", "Initialization Done.");
if (pmo)
pmo->finish();
}