hch
2019-04-19 f37fe3b1d7b81b2dcdaeeb81971a6cbdf0b9372d
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)