提交 3d5b4fe4 编写于 作者: L ljc545w

支持群语音通话消息获取

上级 dc41f9b9
......@@ -249,7 +249,7 @@ void OnUpdateMessage(DWORD messageAddr)
void OnVoipAckMessage(DWORD messageAddr)
{
DWORD type = *(DWORD *)(messageAddr + 0x38);
if (type == 0x32 || type == 0x33)
if (type == 0x32 || type == 0x33 || type == 0x2712)
dealMessage(messageAddr, MSG_SYNC);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册