hxp
2019-02-11 cdb5d93a9fd7b32a2ed178feed4eee20ee6502e5
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)