hxp
2020-01-11 2014b1be37a38d75d8b5f97311f9a0b07e27cfd1
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/SummonNPC_Attack_SummonNPC.py
@@ -75,7 +75,8 @@
    if curPlayer != None and curTagPlayer != None :
        #私有木桩只能自己打自己的
        if curTagSummon.GetType() in [ChConfig.ntPriWoodPilePVE, ChConfig.ntPriWoodPilePVP]:
            if not GameWorld.IsSameObj(curPlayer, curTagPlayer):
            summonPlayerID = curTagSummon.GetDictByKey(ChConfig.Def_NPC_Dict_PriWoodPilePlayerID)
            if curPlayer.GetPlayerID() != summonPlayerID:
                return ChConfig.Type_Relation_Friend , ChConfig.Def_PASysMessage_None
            return ChConfig.Type_Relation_Enemy , ChConfig.Def_PASysMessage_None