From da0b5265cb8d5d5fd4848e400a78189f649d30f9 Mon Sep 17 00:00:00 2001 From: luying Date: Sat, 8 May 2021 20:01:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=EF=BC=9A=E6=9B=B4=E6=8D=A2?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E6=AD=A6=E5=B0=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/consts/constModules/sysConst.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/consts/constModules/sysConst.ts b/shared/consts/constModules/sysConst.ts index 17a92fce1..69f56ee0c 100644 --- a/shared/consts/constModules/sysConst.ts +++ b/shared/consts/constModules/sysConst.ts @@ -33,7 +33,7 @@ export const COUNTER = { ROLE: { name: 'role', def: 1 } }; -export const DEFAULT_HEROES = [44, 46, 56, 53, 19, 32, 40, 24, 28, 22, 18, 17, 34]; +export const DEFAULT_HEROES = [19, 53, 46, 40, 22, 56, 32, 28]; export const DEFAULT_ITEMS = [ { "id": 11004, "count": 99999999 }, { "id": 11013, "count": 999999 },