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

MSQTracker packets #474

Open
NotAdam opened this issue Jan 8, 2019 · 0 comments
Open

MSQTracker packets #474

NotAdam opened this issue Jan 8, 2019 · 0 comments
Labels

Comments

@NotAdam
Copy link
Member

NotAdam commented Jan 8, 2019

Looks like the two packets we had in 4.4 are now 1 packet:

MSQTrackerComplete = 0x01C3
MSQTrackerProgress = 0x01C4

had the following

case 0x1C3:
case 0x1C4:
  sub_140EC0340(0x11u, v4, 0);

now we have:

case 0x1CD:
  sub_140F1E1D0(17i64, v4);

handler looks the same, reminder to look into this at some point

@NotAdam NotAdam added the network label Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant