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,