feat(chatroom): update delete chatroom member offsets

This commit is contained in:
Changhua 2025-03-05 21:59:36 +08:00
parent 2dc1f25b75
commit da3357cb3b

View File

@ -15,6 +15,12 @@ namespace Account
constexpr uint64_t LOGIN = 0x7F8; // 登录状态 constexpr uint64_t LOGIN = 0x7F8; // 登录状态
} }
namespace Chatroom
{
constexpr uint64_t MGR = 0x1B86F60;
constexpr uint64_t DEL = 0x2158830;
}
namespace Contact namespace Contact
{ {
constexpr uint64_t MGR = 0x1B44B20; constexpr uint64_t MGR = 0x1B44B20;