From 37c32c66dcd2f0bc257535b3a70c0c5b01a7b0c8 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期一, 19 十一月 2018 17:18:17 +0800 Subject: [PATCH] 4740 子 【开发】【1.3】通过多倍修行点额外获得的修行点有上限限制(每日) --- ServerPack/MapServerPack/HA3_Function/DailyActivityInfoList.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPack/MapServerPack/HA3_Function/DailyActivityInfoList.h b/ServerPack/MapServerPack/HA3_Function/DailyActivityInfoList.h index 020e7d1..9dbd851 100644 --- a/ServerPack/MapServerPack/HA3_Function/DailyActivityInfoList.h +++ b/ServerPack/MapServerPack/HA3_Function/DailyActivityInfoList.h @@ -8,4 +8,5 @@ DWORD RealmPoint; // 可领取修行点 BYTE StageIndex; // 当前阶段索引 DWORD AwardRecord; // 领奖记录 按位存储 + DWORD ExtraPoint; // 多倍活动获得的额外修行点 }; -- Gitblit v1.8.0