Hi,
I recently started working on a addon-server communication system AIO and I wanted to extend it. However the packet structure is unknown/incorrect in Catacylsm 4.3.4 and my messages were not being handled on the client. I've been trying to reverse engineer to find the packet structure for receiving addon whisper message but I couldn't because the opcode SMSG_MESSAGECHAT(0x2026) was only referenced once and it was an inequality instead of a equality.
Could any one please help me out?