From 34ceb8b879deff5677898c6fcfb9bb0b13b2c6ad Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 22 十二月 2023 11:41:00 +0800
Subject: [PATCH] 1111 A709封包修改刷新类型数值类型
---
ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h b/ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h
index 8ccff1b..d59a42c 100644
--- a/ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h
+++ b/ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h
@@ -2,7 +2,7 @@
struct tagRefreshType
{
- BYTE RefreshType;
+ WORD RefreshType;
DWORD Value;
DWORD ValueEx;
};
--
Gitblit v1.8.0