-
Notifications
You must be signed in to change notification settings - Fork 361
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
Conversation
@@ -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: |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
3e5e807
to
2042d23
Compare
049dbc2
to
1420fe0
Compare
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. |
8883ad9
to
e336875
Compare
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. |
05d6de9
to
3f7414a
Compare
Rebased against cata changes |
658ed2b
to
337c4f2
Compare
Update fields will not work and I am not going near that