From d8e98996de8d231725783cf57b3dcecef4253969 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 10 一月 2020 17:22:44 +0800
Subject: [PATCH] 8364 【恺英】【后端】缥缈随机任务(任务次数改为完成时才扣除;放弃任务改为只设置任务状态为未接)
---
ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo.h b/ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo.h
index e51f927..ca6664b 100644
--- a/ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo.h
+++ b/ServerPack/MapServerPack/HA7_Interaction/PiaomiaoTaskInfo.h
@@ -3,7 +3,7 @@
struct tagMCPiaomiaoTaskInfo
{
tagHead Head;
- BYTE TakeCount; //今日已接次数
+ BYTE FinishCount; //今日已完成次数
BYTE RefreshCount; //今日已刷新次数
BYTE TaskCount;
DWORD TaskIDList[TaskCount]; //刷新任务ID列表[taskID,...]
--
Gitblit v1.8.0