Update WorldServer.cpp (#1645)

This commit is contained in:
David Markowitz 2024-11-03 06:17:00 -08:00 committed by GitHub
parent af943278fb
commit de3fe93100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1001,7 +1001,6 @@ void HandlePacket(Packet* packet) {
case eWorldMessageType::CHARACTER_DELETE_REQUEST: {
UserManager::Instance()->DeleteCharacter(packet->systemAddress, packet);
UserManager::Instance()->RequestCharacterList(packet->systemAddress);
break;
}