Skip to content

Add initial support for MoP Classic 5.5.4#994

Open
gonzo1247 wants to merge 3 commits into
TrinityCore:masterfrom
gonzo1247:554Version
Open

Add initial support for MoP Classic 5.5.4#994
gonzo1247 wants to merge 3 commits into
TrinityCore:masterfrom
gonzo1247:554Version

Conversation

@gonzo1247

Copy link
Copy Markdown
Contributor

This PR adds initial support for MoP Classic 5.5.4.

The currently defined opcode values were identified and verified through packet capture analysis. Most opcode values for 5.5.4 are still unknown and therefore remain missing.

Update field definitions for 5.5.4 are also not included yet.

Changes:

  • Add initial support for MoP Classic 5.5.4
  • Add opcode values identified and verified through packet capture analysis
  • Correct the SMSG_SPELL_START reader
  • Fix SMSG_ON_MONSTER_MOVE parsing
  • Add support for the following builds:
    • 5.5.4.67849
    • 5.5.4.68042
    • 5.5.4.68077
    • 5.5.4.68159
    • 5.5.4.68317
    • 5.5.4.68571

Known limitations:

  • Most 5.5.4 opcode values are still missing
  • 5.5.4 update field definitions are still missing

Most opcode values and update field definitions for 5.5.4 are still missing.

- Correct the SMSG_SPELL_START reader
- Fix SMSG_ON_MONSTER_MOVE parsing

Added builds:
5.5.4.67849
5.5.4.68042
5.5.4.68077
5.5.4.68159
5.5.4.68317
5.5.4.68571
…into 554Version

# Conflicts:
#	WowPacketParser/Enums/ClientVersionBuild.cs
#	WowPacketParser/Enums/Version/UpdateFields.cs
#	WowPacketParser/Misc/ClientVersion.cs
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