From 75d07b0550c68c7b861b69b80b6d31d232d29b7f Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 29 Jan 2021 14:24:52 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=88=9D=E5=A7=8B=E6=AD=A6?= =?UTF-8?q?=E5=B0=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/consts/constModules/sysConst.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/consts/constModules/sysConst.ts b/shared/consts/constModules/sysConst.ts index 127c53183..c4dca18bb 100644 --- a/shared/consts/constModules/sysConst.ts +++ b/shared/consts/constModules/sysConst.ts @@ -17,7 +17,7 @@ export const COUNTER = { ROLE: { name: 'role', def: 1 } }; -export const DEFAULT_HEROES = [12, 14, 11, 9, 15]; +export const DEFAULT_HEROES = [19, 53, 55, 54, 13]; export const DEFAULT_ITEMS = [ {"id": 11004, "count": 99999999}, {"id": 11013, "count": 999999}, @@ -359,4 +359,4 @@ export const MAIL_TYPE = { GUILD_BE_SET_MEMBER: 7 }; -export const CHAT_SERVER = 'chat-server-1'; \ No newline at end of file +export const CHAT_SERVER = 'chat-server-1';