From f8b034a0119779dd4a120da36ef757c9a49167d0 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期一, 29 四月 2019 16:55:03 +0800
Subject: [PATCH] 6646 【后端】【2.0】特殊丹药效果新增(修为池封包修改)

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

diff --git a/ServerPack/MapServerPack/HA3_Function/RealmExpInfo.h b/ServerPack/MapServerPack/HA3_Function/RealmExpInfo.h
index cf68503..41498ba 100644
--- a/ServerPack/MapServerPack/HA3_Function/RealmExpInfo.h
+++ b/ServerPack/MapServerPack/HA3_Function/RealmExpInfo.h
@@ -4,6 +4,8 @@
 {
 	tagHead		Head;
 	DWORD		BeginTime;	//开始计时时间
+	DWORD		BuffTime;	//buff剩余时间
+	DWORD		BuffAddRate;	//buff加成万分率
 	DWORD		CurExp;	//当前总经验
 	DWORD		CurExpPoint;	//当前总经验点
 };

--
Gitblit v1.8.0