From f647d7c5e614fb712971f29c9ff454050801cda5 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期一, 08 四月 2019 16:18:11 +0800
Subject: [PATCH] 6457 【后端】【2.0】缥缈仙域开发单(宝藏、奇遇) 封包

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

diff --git a/ServerPack/MapServerPack/HA3_Function/FairyDomainInfo.h b/ServerPack/MapServerPack/HA3_Function/FairyDomainInfo.h
index c38dad3..d87dd3d 100644
--- a/ServerPack/MapServerPack/HA3_Function/FairyDomainInfo.h
+++ b/ServerPack/MapServerPack/HA3_Function/FairyDomainInfo.h
@@ -3,7 +3,7 @@
 struct	tagMCFairyDomainEvent
 {
 	WORD		EventID;		//事件ID
-	BYTE		EventState;	//事件状态 0-未拜访 1-已拜访 2-拜访中
+	BYTE		EventState;	//事件状态 1-可拜访 2-拜访中 3-已拜访
 };
 
 struct	tagMCFairyDomainInfo

--
Gitblit v1.8.0