diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index ca778a071..de6282cdc 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -616,6 +616,9 @@ void Game::slowLogic() DelayedManager::delayedLoad(); if (guildManager) guildManager->slowLogic(); + if (skillDialog) + skillDialog->slowLogic(); + PacketCounters::update(); // Handle network stuff |