Main/System/Team/TeamHero.cs
@@ -62,6 +62,15 @@ throw new System.Exception("hero id and skin id are both invalid, npc id is invalid too (all <= 0)"); } if (fightObj.NPCID > 0) { NPCConfig npcConfig = NPCConfig.Get((int)fightObj.NPCID); if (null != npcConfig) { modelScale = npcConfig.ModelScale; } } level = (int)fightObj.LV; skinConfig = HeroSkinConfig.Get(SkinID);