From 1acd1d99827aa676826eeee52e3434b791e0381a Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 28 五月 2019 14:25:18 +0800
Subject: [PATCH] 6965 【2.0】【后端】炼丹功能精简优化

---
 ServerPack/MapServerPack/HA3_Function/AttrFruitEatCntList.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ServerPack/MapServerPack/HA3_Function/AttrFruitEatCntList.h b/ServerPack/MapServerPack/HA3_Function/AttrFruitEatCntList.h
index 7abd8d9..9a105c6 100644
--- a/ServerPack/MapServerPack/HA3_Function/AttrFruitEatCntList.h
+++ b/ServerPack/MapServerPack/HA3_Function/AttrFruitEatCntList.h
@@ -4,7 +4,8 @@
 {
 	DWORD	ItemID;	//果实物品ID
 	WORD	EatCnt;	//已使用个数
-	DWORD	AddItemCnt;	//增幅丹使用个数
+	DWORD	ItemAddCnt;	//增幅丹增加上限
+	DWORD	ItemBreakCnt;	//增幅丹突破次数
 };
 
 

--
Gitblit v1.8.0