From f618d6c36afa65870c5ca276587c35046925e148 Mon Sep 17 00:00:00 2001 From: luying Date: Tue, 20 Oct 2020 17:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=BB=98=E8=AE=A4=E7=9A=84?= =?UTF-8?q?=E8=B5=B5=E4=BA=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/consts/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/consts/consts.ts b/shared/consts/consts.ts index a4bd0dd06..06144b86b 100644 --- a/shared/consts/consts.ts +++ b/shared/consts/consts.ts @@ -113,6 +113,6 @@ export const WAR_JSON_ATTRIBUTE_TYPE = { export const EVENT_QUIZ_NUM = 3; -export const DEFAULT_HEROES = [19, 312, 314, 311, 309, 315]; +export const DEFAULT_HEROES = [ 312, 314, 311, 309, 315]; export const FIX_SMS_CODE_TELS = ['18855953630', '13911134885']; \ No newline at end of file