mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core/Auth: Cancel ban expiry check timer on shutdown
This commit is contained in:
@@ -189,6 +189,7 @@ int main(int argc, char** argv)
|
||||
// Start the io service worker loop
|
||||
_ioService->run();
|
||||
|
||||
_banExpiryCheckTimer->cancel();
|
||||
_dbPingTimer->cancel();
|
||||
|
||||
sAuthSocketMgr.StopNetwork();
|
||||
|
||||
Reference in New Issue
Block a user