Re-instate random bots guilds (#969)

I believe this should have been enabled again at some point.
This commit is contained in:
SaW 2025-02-14 14:48:10 +01:00 committed by GitHub
parent bf195efaea
commit c2caf3c564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -394,7 +394,7 @@ void PlayerbotFactory::Randomize(bool incremental)
// pmo = sPerformanceMonitor->start(PERF_MON_RNDBOT, "PlayerbotFactory_Guilds"); // pmo = sPerformanceMonitor->start(PERF_MON_RNDBOT, "PlayerbotFactory_Guilds");
// LOG_INFO("playerbots", "Initializing guilds..."); // LOG_INFO("playerbots", "Initializing guilds...");
// bot->SaveToDB(false, false); // bot->SaveToDB(false, false);
// InitGuild(); InitGuild();
// bot->SaveToDB(false, false); // bot->SaveToDB(false, false);
// if (pmo) // if (pmo)
// pmo->finish(); // pmo->finish();