LS needs to send char list after character delete to remove 'recoverable' char option
Fixes #29
This commit is contained in:
parent
5b902d66e2
commit
49483cfeba
1 changed files with 2 additions and 0 deletions
|
@ -357,6 +357,8 @@ bool Client::Process() {
|
|||
|
||||
EQ2Packet* outapp = response->serialize();
|
||||
QueuePacket(outapp);
|
||||
|
||||
this->SendCharList();
|
||||
}
|
||||
safe_delete(request);
|
||||
safe_delete(response);
|
||||
|
|
Loading…
Add table
Reference in a new issue