From 586febfe813233aa833385095d2ac003ee6818dc Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 23 五月 2022 17:00:15 +0800 Subject: [PATCH] 9415 【BT】【后端】古神战场(战场帮助信息同步优化;个人buff支持触碰采集;去除复活后无法出战宠物多余提示) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PetControl.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PetControl.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PetControl.py index f6c47cf..371a3c2 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PetControl.py +++ b/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): -- Gitblit v1.8.0