05-02-2023, 08:08 PM
When changing the Class you should always push a relog to reset the animations etc. You will get alot of errors / glitches if not. you can do something like
{
CNetMsg::SP rmsg(new CNetMsg);
ResponseClient::makeExRestart(rmsg, 1);
SEND_Q( rmsg, pc->m_desc );
}
pc->m_desc->returnToCharacterSelectMode();

