From 86e869a7826c8b4bc5eb1e29fa5d29977d1dedb4 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期四, 11 四月 2019 20:38:21 +0800
Subject: [PATCH] 6457 【后端】【2.0】缥缈仙域开发单

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

diff --git a/ServerPack/MapServerPack/HA3_Function/FairyDomainInfo.h b/ServerPack/MapServerPack/HA3_Function/FairyDomainInfo.h
index c8e1f13..462c411 100644
--- a/ServerPack/MapServerPack/HA3_Function/FairyDomainInfo.h
+++ b/ServerPack/MapServerPack/HA3_Function/FairyDomainInfo.h
@@ -9,6 +9,7 @@
 struct	tagMCFairyDomainInfo
 {
 	tagHead		Head;
+	BYTE		IsAll;	//是否全部
 	BYTE		State;	//0-未寻访 1-寻访中 2-任务标记可寻访
 	DWORD		VisitCnt;	//寻访次数
 	WORD		Energy;	//体力

--
Gitblit v1.8.0