From 290bfaf21418252cf77b643bd76093f1228ee3cb Mon Sep 17 00:00:00 2001 From: yajunlu Date: Tue, 12 Apr 2022 01:40:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=8F=82=E6=95=B0=E8=A1=A8?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index 75c193b77..f992508bd 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -244,7 +244,7 @@ export const IS_SQ = { IS_OPEN: 1, // 0关,1开(37SDK) }; export const BATTLE_SPEED = { - BATTLE_SPEED_DOUBLE: '2&105', // 2倍速开启时间开启关卡 + BATTLE_SPEED_DOUBLE: '2&107', // 2倍速开启时间开启关卡 BATTLE_SPEED_TRIPLE: '3&128', // 3倍速开启时间开启关卡 BATTLE_SPEED_BOT: 108, // 托管开启关卡 BATTLE_DANGER: 103, // 危险范围开启关卡 @@ -271,9 +271,6 @@ export const VIP = { export const PUBLIC_NOTICE_PERIOD = { PUBLIC_NOTICE_PERIOD_TIME: 24, // 活动公示期时间 }; -export const HERO = { - HERO_TALENTPOINT_RESET: '31002&100', // 天赋点重置花费 -} export const REGRET = { REGRET_OPEN: 125, // 悔棋开启 };