ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFamilyTech.py
@@ -45,6 +45,8 @@ if familyID <= 0: GameWorld.DebugLog("没有战盟, 无法升级战盟科技!") return if curPlayer.GetFamilyLV() < IpyGameDataPY.GetFuncCfg('TechFamilyLV'): return curTechLV = curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Dict_FamilyTechLV % techID) tagTechLV = curTechLV + 1 ipyData = __GetTechIpyData(techID, tagTechLV)