From f37fd2605632d2e37c8d7212c1677e2325624d4c Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期一, 03 六月 2019 17:54:17 +0800
Subject: [PATCH] 7067 【2.0】【后端】丹炉新增批量炼丹

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

diff --git a/ServerPack/MapServerPack/HA3_Function/PlayerStoveMsg.h b/ServerPack/MapServerPack/HA3_Function/PlayerStoveMsg.h
index 4ba2f9c..4ecba97 100644
--- a/ServerPack/MapServerPack/HA3_Function/PlayerStoveMsg.h
+++ b/ServerPack/MapServerPack/HA3_Function/PlayerStoveMsg.h
@@ -4,6 +4,7 @@
 {
 	DWORD	AlchemyID; // 丹 ID
 	DWORD	StartTime; // 开始炼的时间 
+	WORD	AlchemyTimes; // 炼的次数
 };
 
 

--
Gitblit v1.8.0