gm 创建全满英雄也需要创建羁绊数据

This commit is contained in:
meixiongfeng 2023-08-21 10:25:36 +08:00
parent 4623e5bfe4
commit 20290ad9e4

View File

@ -108,6 +108,7 @@ func (this *ModelHero) createSpecialHero(uid string, heroCfgId string) (hero *pb
return return
} }
} }
this.module.moduleFetter.AddHeroFetterData(uid, heroCfgId)
return return
} }