From e9963735797394a33b9009868993b177e0daffb6 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期四, 11 四月 2019 20:29:57 +0800
Subject: [PATCH] 6457 【后端】【2.0】缥缈仙域开发单(封包)

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

diff --git a/ServerPack/MapServerPack/HA3_Function/FairyDomainInfo.h b/ServerPack/MapServerPack/HA3_Function/FairyDomainInfo.h
index d87dd3d..c8e1f13 100644
--- a/ServerPack/MapServerPack/HA3_Function/FairyDomainInfo.h
+++ b/ServerPack/MapServerPack/HA3_Function/FairyDomainInfo.h
@@ -9,7 +9,8 @@
 struct	tagMCFairyDomainInfo
 {
 	tagHead		Head;
-	BYTE		State;	//是否寻访中
+	BYTE		State;	//0-未寻访 1-寻访中 2-任务标记可寻访
+	DWORD		VisitCnt;	//寻访次数
 	WORD		Energy;	//体力
 	BYTE		Count;		// 信息个数
 	tagMCFairyDomainEvent	InfoList[Count];	// 信息列表

--
Gitblit v1.8.0