From c3eb9893005b70c67df63c2b75e080cc6f0c1ad4 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 21 六月 2024 14:50:39 +0800
Subject: [PATCH] 10185 【越南】【港台】【主干】BOSS凭证修改(增加活动商店支持;增加货币43凭证积分;提交1个凭证增加1积分;)
---
ServerPack/MapServerPack/HAA_SaleActivity/ActBossTrialInfo.h | 1 +
ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h b/ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h
index 8ccff1b..d59a42c 100644
--- a/ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h
+++ b/ServerPack/MapServerPack/HA7_Interaction/tagObjInfoListRefresh.h
@@ -2,7 +2,7 @@
struct tagRefreshType
{
- BYTE RefreshType;
+ WORD RefreshType;
DWORD Value;
DWORD ValueEx;
};
diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/ActBossTrialInfo.h b/ServerPack/MapServerPack/HAA_SaleActivity/ActBossTrialInfo.h
index 2b19296..90388dd 100644
--- a/ServerPack/MapServerPack/HAA_SaleActivity/ActBossTrialInfo.h
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/ActBossTrialInfo.h
@@ -35,6 +35,7 @@
BYTE IsDayReset; // 是否每天重置
BYTE ResetType; // 重置类型,0-0点重置;1-5点重置
WORD LimitLV; // 限制等级
+ WORD ShopType; // 开放商店类型,可能为0不开放
BYTE SubResetType; // 提交凭证奖励重置类型,0-跟随活动; 1-0点重置;2-5点重置
BYTE SubmitCount;
tagMCActBossTrialSubmitInfo SubmitInfoList[SubmitCount]; // 提交凭证信息列表
--
Gitblit v1.8.0