handle wheel packet properly #1411
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.




Description
Currently the wheel of destiny is not implemented.
The wheel packet is being sent on startup.
This breaks the communication for me on 13.20.
This commit fixes that problem by adding code that reads this packet.
Possible problem:
I am not sure when was "the way of the monk" added to the wheel of destiny packet.
I know that monk was added in 15.00, but at the time of figuring out the packet, I only had client 15.11 to test, so correct me if ">1500" is wrong in that version check.
Type of change
How Has This Been Tested
I connected to a 13.20 server (tfs-based) with both regular client and otcr. The server has been online for over 3 years using the regular client so I am very certain of server side packet structure being correct.
Checklist