From 3128b603606057b8b6ddbaf6a86e4493b4ce292a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 17 十二月 2019 18:22:39 +0800 Subject: [PATCH] 8358 【主干】【后端】坐骑修改 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py index 16e804c..417c3da 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py @@ -1905,10 +1905,10 @@ if not CheckLearnSkillCondition(curPlayer, upSkill): return False - #坐骑技能学习判断 - if upSkill.GetFuncType() == ChConfig.Def_SkillFuncType_HorseSkill: - if not PlayerHorse.CheckLearnHorseSkill(curPlayer, curSkillTypeID): - return False +# #坐骑技能学习判断 +# if upSkill.GetFuncType() == ChConfig.Def_SkillFuncType_HorseSkill: +# if not PlayerHorse.CheckLearnHorseSkill(curPlayer, curSkillTypeID): +# return False #天赋技学习点数判断 if upSkill.GetFuncType() == ChConfig.Def_SkillFuncType_GiftSkill: if not PlayerGreatMaster.GetGreatMasterFreeSkillPoint(curPlayer): -- Gitblit v1.8.0