From 3848c1e141e6d15a8adafb177da77c2df5225b8a Mon Sep 17 00:00:00 2001 From: luying Date: Sat, 17 Jul 2021 18:56:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A6=E5=B0=86=EF=BC=9A=E8=A7=89=E9=86=92?= =?UTF-8?q?=E5=90=8E=E5=93=81=E8=B4=A8quality?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/servers/role/handler/heroHandler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/game-server/app/servers/role/handler/heroHandler.ts b/game-server/app/servers/role/handler/heroHandler.ts index 806207dfd..9608d2a3a 100644 --- a/game-server/app/servers/role/handler/heroHandler.ts +++ b/game-server/app/servers/role/handler/heroHandler.ts @@ -384,6 +384,7 @@ export class HeroHandler { } const curHero = { hid, + quality: hero.quality, star: hero.star, starStage: hero.starStage, colorStar: hero.colorStar,