feat(glue): implement more of CGlueMgr::NetDisconnectHandler

This commit is contained in:
fallenoak 2025-11-04 22:44:19 -06:00
parent 5c518bb41a
commit ad5bd21c5b
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -550,7 +550,7 @@ int32_t CGlueMgr::NetDisconnectHandler(const void* a1, void* a2) {
} else {
ClientServices::SelectRealm("");
// TODO FrameScript_SignalEvent(DISCONNECTED_FROM_SERVER, "%d", CGlueMgr::m_clientKickReason);
FrameScript_SignalEvent(DISCONNECTED_FROM_SERVER, "%d", CGlueMgr::m_clientKickReason);
}
ClientServices::LoginConnection()->Logoff();