From 772daf48072915d598014c25a33ff3dc96e43bce Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Feb 2013 18:15:17 +0300 Subject: Fix random not working guild tab with guild bot integration. --- src/game.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index e599d5459..c024c41dc 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -586,6 +586,8 @@ void Game::slowLogic() shopWindow->updateTimes(); if (mainGraphics->getOpenGL()) ResourceManager::delayedLoad(); + if (guildManager) + guildManager->slowLogic(); PacketCounters::update(); // Handle network stuff -- cgit v1.2.3-60-g2f50