mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/Battle.net: Fixed another client crash happening when logging out to character list
This commit is contained in:
@@ -107,6 +107,9 @@ void WorldListener::HandleToonOnlineStatusChange(Battlenet::RealmHandle const& r
|
||||
}
|
||||
}
|
||||
else if (session->IsToonOnline())
|
||||
{
|
||||
session->AsyncWrite(new Battlenet::WoWRealm::ToonLoggedOut());
|
||||
session->SetToonOnline(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user