Replies: 1 comment
-
|
new issues : #30564 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed the line several times after running world.exe :
No defined handler for opcode [UNKNOWN OPCODE 0x2A0019 (2752537)] sent by [Player: Adze Player-1-00000009, Account: 1]I searched a bit in the contents of the txt file after extracting sniff data using WPP. It turns out that in the Opcodes.h. folder there is an incorrectly defined value, specifically:
CMSG_REQUEST_STORE_FRONT_INFO_UPDATE = 0x2A001Dand
I searched for the value:
0x2A0018(CMSG_REQUEST_CURRENCY_DATA_FOR_ACCOUNT_CHARACTERS = 0x2A0018) in different versions of sniff data, but each time I only found the value0x2A0019.So after extensive research, we conclude that the data is misallocated and should be corrected to the following values:
Since I am just a beginner, I may be wrong and my statement/finding may not be correct according to someone else. I would be happy if someone corrects me if I am wrong in this case. Thank you for any lessons.
Valid in version: TrinityCore rev. d778d5e
Beta Was this translation helpful? Give feedback.
All reactions