From c2caf3c56422a6d0e1ae835bfd63af10854794d4 Mon Sep 17 00:00:00 2001 From: SaW Date: Fri, 14 Feb 2025 14:48:10 +0100 Subject: [PATCH] Re-instate random bots guilds (#969) I believe this should have been enabled again at some point. --- src/factory/PlayerbotFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/factory/PlayerbotFactory.cpp b/src/factory/PlayerbotFactory.cpp index 7a9a9f4e..54961060 100644 --- a/src/factory/PlayerbotFactory.cpp +++ b/src/factory/PlayerbotFactory.cpp @@ -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();