We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looks like the two packets we had in 4.4 are now 1 packet:
had the following
now we have:
handler looks the same, reminder to look into this at some point
The text was updated successfully, but these errors were encountered: