ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PetControl.py
@@ -463,7 +463,7 @@
def CheckPetCanFight(curPlayer, curPetObj):
    if not GetMapCanOutPet(curPlayer):
        #Pet_liubo_314885 此地图禁止宠物
        PlayerControl.NotifyCode(curPlayer, "Pet_liubo_314885")
        #PlayerControl.NotifyCode(curPlayer, "Pet_liubo_314885")
        return False
    
    petData = curPetObj.GetPetData()
@@ -589,7 +589,7 @@
        return
    
    #Pet_liubo_314885 此地图禁止宠物
    PlayerControl.NotifyCode(curPlayer, "Pet_liubo_314885")
    #PlayerControl.NotifyCode(curPlayer, "Pet_liubo_314885")
    return
def GetMapCanOutPet(curPlayer):