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

View File

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