First pass

This commit is contained in:
Aaron Kimbre
2025-01-08 14:01:09 -06:00
parent 23551d4ed8
commit 6cd1310460
4 changed files with 336 additions and 98 deletions

View File

@@ -1189,7 +1189,7 @@ void HandlePacket(Packet* packet) {
// FIXME: Change this to the macro to skip the header...
LWOOBJID space;
bitStream.Read(space);
Mail::HandleMailStuff(bitStream, packet->systemAddress, UserManager::Instance()->GetUser(packet->systemAddress)->GetLastUsedChar()->GetEntity());
Mail::HandleMail(bitStream, packet->systemAddress, UserManager::Instance()->GetUser(packet->systemAddress)->GetLastUsedChar()->GetEntity());
break;
}