Core/Battle.net: Fixed another client crash happening when logging out to character list

This commit is contained in:
Shauren
2019-10-08 15:33:32 +02:00
committed by funjoker
parent 7b15c4029b
commit d297600dc7

View File

@@ -107,6 +107,9 @@ void WorldListener::HandleToonOnlineStatusChange(Battlenet::RealmHandle const& r
}
}
else if (session->IsToonOnline())
{
session->AsyncWrite(new Battlenet::WoWRealm::ToonLoggedOut());
session->SetToonOnline(false);
}
}
}