feat(message): update send image offsets

This commit is contained in:
Changhua 2025-02-25 00:49:32 +08:00
parent b282c9f9f5
commit b9345e69ee

View File

@ -50,9 +50,11 @@ namespace Message
namespace Send
{
constexpr uint64_t MGR = 0x1B57350;
constexpr uint64_t FREE = 0x1B58BD0;
constexpr uint64_t TEXT = 0x22C9CA0;
constexpr uint64_t MGR = 0x1B57350;
constexpr uint64_t INSTANCE = 0x1B614C0;
constexpr uint64_t FREE = 0x1B58BD0;
constexpr uint64_t TEXT = 0x22C9CA0;
constexpr uint64_t IMAGE = 0x22BF430;
}
}
}