Skip to content

WIP: Remove packet parsing logic out of PacketHandler#3225

Open
0blu wants to merge 15 commits intovmangos:developmentfrom
0blu:nice-packets
Open

WIP: Remove packet parsing logic out of PacketHandler#3225
0blu wants to merge 15 commits intovmangos:developmentfrom
0blu:nice-packets

Conversation

@0blu
Copy link
Collaborator

@0blu 0blu commented Feb 15, 2026

This MR will remove the old packet parsing logic out of PacketHandlers (manual using WorldPacket) and introduces new classes for each packet type.

Notable example

-        GetPlayer()->TeleportTo(mapId, positionX, positionY, positionZ, orientation);
+        GetPlayer()->TeleportTo(packet.location);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant