From 2034769e891318c241eb6869a51de1320f3090f2 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 06 四月 2021 17:27:01 +0800
Subject: [PATCH] 8870 【BT2】【后端】战力、伤害、玩家生命的数值调整为大数值(超21亿, 封包A709)

---
 ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h b/ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h
index 02ece85..8ccff1b 100644
--- a/ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h
+++ b/ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h
@@ -4,6 +4,7 @@
 {
 	BYTE		RefreshType;
 	DWORD		Value;
+	DWORD		ValueEx;
 };
 
 struct	tagObjInfoListRefresh

--
Gitblit v1.8.0