Core/Bnet: fixed another client crash when relogging with a character

* merci @Warpten
This commit is contained in:
Ovahlord
2019-12-31 17:14:48 +01:00
parent 2b1ad75562
commit fe4834cece

View File

@@ -112,6 +112,7 @@ void WorldListener::HandleToonOnlineStatusChange(Battlenet::RealmHandle const& r
toonReady->Realm = realm;
toonReady->Guid = toonHandle.Guid;
toonReady->Name = toonHandle.Name;
session->SetToonOnline(true);
session->AsyncWrite(toonReady);
}
}