From a500de547a66ff448d0c50aa287a92f5dbdc4e7f Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 21 九月 2018 16:23:54 +0800
Subject: [PATCH] Revert "fix:日常总次数改成后端通知"
---
ServerPack/MapServerPack/HA3_Function/DailyActionCnt.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/ServerPack/MapServerPack/HA3_Function/DailyActionCnt.h b/ServerPack/MapServerPack/HA3_Function/DailyActionCnt.h
index a2fe26c..f899f4a 100644
--- a/ServerPack/MapServerPack/HA3_Function/DailyActionCnt.h
+++ b/ServerPack/MapServerPack/HA3_Function/DailyActionCnt.h
@@ -3,10 +3,8 @@
struct tagMCDailyActionInfo
{
DWORD ActionID; // ID
- DWORD DayFinishCnt; // 今日已完成次数
+ WORD DayFinishCnt; // 今日已完成次数
DWORD WeekFinishCnt; // 本周已完成次数
- DWORD DayTimes; // 每日总次数
- DWORD WeekTimes; // 每周总次数
};
struct tagMCDailyActionCnt
--
Gitblit v1.8.0