Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parsing of 1.14.4 #803

Merged
merged 3 commits into from
May 23, 2024
Merged

Add parsing of 1.14.4 #803

merged 3 commits into from
May 23, 2024

Conversation

killerwife
Copy link
Collaborator

Update fields will not work and I am not going near that

@@ -1084,6 +1084,8 @@ public static ClientVersionBuild GetVersionDefiningBuild(ClientVersionBuild buil
case ClientVersionBuild.V1_14_3_48611:
case ClientVersionBuild.V1_14_3_49229:
case ClientVersionBuild.V1_14_3_49821:
case ClientVersionBuild.V1_14_4_51146:
case ClientVersionBuild.V1_14_4_51535:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't 1.14.4 rebased upon Dragonflight? It ought to be grouped with 3.4 not with 2.5, or it won't inherit packet handlers from Dragonflight.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well 3.4.0 was SL
3.4.3 is DF.

It's a mess tbh dont mess with all the inherit packet handlers :S

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am doing it properly in last commit

@killerwife
Copy link
Collaborator Author

Would really appreciate if someone could look at it and improve it or merge it. Since seems like only I and my team are using latest vanilla parsing actively.

@Daribon
Copy link

Daribon commented Mar 13, 2024

The SMSG_ON_MONSTER_MOVE fix should be applied for all 1.15x builds. Already in 1.15.0 PTR build 52212 SMSG_ON_MONSTER_MOVE will not parse without the fix.

@killerwife
Copy link
Collaborator Author

Rebased against cata changes

@killerwife killerwife force-pushed the feature/1_14_4 branch 2 times, most recently from 658ed2b to 337c4f2 Compare May 19, 2024 10:44
@mdX7 mdX7 force-pushed the feature/1_14_4 branch from 337c4f2 to 0dd64c1 Compare May 23, 2024 15:53
@mdX7 mdX7 force-pushed the feature/1_14_4 branch from 0dd64c1 to 43099ae Compare May 23, 2024 17:37
@mdX7 mdX7 merged commit 33ed76a into TrinityCore:master May 23, 2024
6 of 7 checks passed
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.

5 participants