From f0f7faee479658beb985f477f8679652e41e4b36 Mon Sep 17 00:00:00 2001 From: luying Date: Wed, 6 Apr 2022 09:07:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E5=A4=A9=E8=B5=8B=E7=82=B9?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=E8=8A=B1=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index 06699a054..75c193b77 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -271,6 +271,9 @@ 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, // 悔棋开启 };